Withdrawal Request
Create a withdrawal request using a card token.
Endpoint Information
Name: Withdrawal Request
Method: POST
URL: {{base_url}}/api/v1/payment/withdrawal
Authentication
Type: Basic Auth
- Username: App Key
- Password: Secret Key
Request Body
Content-Type: application/json
{
"customerToken": "",
"customerReferenceId": "b86c68e5-9a14-4e49-b55e-e7f2285110a9",
"cardToken": "0ec8e87d-5f0c-4748-ba7c-41992d717c2d",
"reference": "BYOCJXEBFR18",
"merchantAaccountId": "{{yourMerchantAccountId}}",
"currency": "USD",
"amount": "125"
}
Response
Success Response
{
"success": true,
"message": "success",
"data": []
}