Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://production.hifibridge.com/v2/onramps/{transferId}/cancel \ --header 'Authorization: Bearer <token>'
{ "message": "Transaction: {transferId} cancelled successfully" }
Cancel an onramp that is in review. Only onramps with status IN_REVIEW can be cancelled.
IN_REVIEW
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transfer record ID.
Success
"Transaction: {transferId} cancelled successfully"