Skip to main content
POST
/
v2
/
onramps
/
{transferId}
/
cancel
Cancel an onramp
curl --request POST \
  --url https://production.hifibridge.com/v2/onramps/{transferId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "message": "Transaction: {transferId} cancelled successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

transferId
string
required

Transfer record ID.

Response

Success

message
string
Example:

"Transaction: {transferId} cancelled successfully"