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