cURL
curl --request GET \ --url https://sandbox-api.kotanipay.com/api/v3/offramp/cancel/{referenceId} \ --header 'Authorization: Bearer <token>'
{ "success": false, "message": "Unauthorized", "data": {} }
This endpoint will cancel the offramp transaction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
false
"Unauthorized"
{}