🚀 Borderless Benchmark now LIVE!
cURL
curl --request POST \ --url https://sandbox-api.borderless.xyz/v1/transactions/{id}/cancel \ --header 'Authorization: Bearer <token>'
Sends a cancellation request for the specified transaction. Cancellation is not guaranteed and depends on the transaction status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Requested cancellation of a transaction
Was this page helpful?