cURL
curl --request GET \ --url https://sandbox-api.kotanipay.com/api/v3/customer/support/services/withdraw \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Withdraw configuration retrieved successfully", "data": { "serviceType": "WITHDRAW", "countries": [ "<string>" ], "totalCountries": 8 } }
Returns all countries that support withdraw (offramp) services with their configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
true
"Withdraw configuration retrieved successfully"
Show child attributes