cURL
curl --request GET \ --url https://sandbox-api.kotanipay.com/api/v3/offramp/refund-status/{referenceId} \ --header 'Authorization: Bearer <token>'
Get the status of an onchain refund. Refunds are automatically initiated 5 minutes after a failed transaction if the crypto was successfully received but fiat transfer failed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>