cURL
curl --request POST \ --url https://sandbox-api.kotanipay.com/api/v3/offramp/retry-refund/{referenceId} \ --header 'Authorization: Bearer <token>'
{ "success": false, "message": "Cannot retry refund", "data": {} }
Retry a failed crypto refund for an offramp transaction. Can be retried up to 3 times.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
false
"Cannot retry refund"
{}