Create Withdraw
To initiate a witd transaction within Vevopay, please refer to the information provided on this page.
Creating a new Withdrawal
The
Customerwithdraw
method processes the customer withdrawal request.
Customerwithdraw
HTTP: POST
https://vevopay.io/api/Vevo/Customerwithdraw
Creates a new withdrawal.
Headers
Name | Type | Description |
---|---|---|
WebApiKey* | String | API key for authentication and authorization (ask it from Vevopay officials) |
Request Body (fields marked with * are required)
Name | Type | Description |
---|---|---|
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 |
iban* | String | destination address (varies depending on the transaction method used)
|
identity | String | ID number will be taken from the customer only for Pep withdrawals. "TC " |
RedirectUrl | String | URL address where the user should be redirected after the transaction |
Please note the successful status returned by the Customerwithdraw
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.
iban* Usage
IBAN: Use a 26-character format without spaces. Example: TR121234123412341234123412
Papara: 10 digits. Example: 1234567890
MFT (Paypay): 10 digits. Example: 9998887776
Parazula: 12 digits. Example: 202400112222
Pep: 9 digits. Example: 907520389
Payfix: 10 digits. Example: 1515554443
Fups: 10 digits (formatted as a phone number). Example: 5054443322
Example Usage
Last updated