Skip to main content
POST
/
api
/
v3
/
offramp
/
retry-refund
/
{referenceId}
Retry Failed Refund
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

referenceId
string
required

Response

success
boolean
Example:

false

message
string
Example:

"Cannot retry refund"

data
object
Example:
{}