Create Deposit
To initiate a deposit transaction within Vevopay, please refer to the information provided on this page. Additionally, ensure you consult the Important Information page for details on hashcode.
Creating a new Deposit
The
CustomerDeposit
method processes customer deposit requests.
CustomerDeposit
HTTP: POST
https://vevopay.io/api/Vevo/CustomerDeposit
Creates a new deposit.
Headers
WebApiKey*
String
API key for authentication and authorization (ask it from Vevopay officials)
Request Body (fields marked with * are required)
amount*
string
amount of the transaction
userId*
string
userid
name*
string
name of the user
username*
string
username
IslemTuru*
String
type of transaction (check the methodlist)
processId*
String
your transaction id
RedirectUrl
String
URL address where the user should be redirected after the transaction
Please note the successful status returned by the CustomerDeposit
method does not indicate a successfully finished transaction, rather it indicates that the record of the transaction request is successfully taken.
Final result of the of transaction process will be sent from us to your callback URLs, please refer to the Callback page.
Example Usage
Last updated
Was this helpful?