Skip to main content
GET
/
api
/
v3
/
offramp
/
cancel
/
{referenceId}
Cancel Offramp Transaction
curl --request GET \
  --url https://preview.kotanipay.com/api/v3/offramp/cancel/{referenceId} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "message": "Unauthorized",
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://manual.kotanipay.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint will cancel the offramp transaction.

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:

"Unauthorized"

data
object
Example:
{}