curl --request GET \
--url https://preview.kotanipay.com/api/v3/offramp/cancel/{referenceId} \
--header 'Authorization: Bearer <token>'{
"success": false,
"message": "Unauthorized",
"data": {}
}This endpoint will cancel the offramp transaction.
curl --request GET \
--url https://preview.kotanipay.com/api/v3/offramp/cancel/{referenceId} \
--header 'Authorization: Bearer <token>'{
"success": false,
"message": "Unauthorized",
"data": {}
}