Abort a payment attempt
Abort a payment attempt that is awaiting merchant approval. No payment is created. The tokenised payment instrument associated with the attempt is invalidated.
Call this endpoint when, after tokenisation, a business decision is made that the payment should not proceed (e.g. a merchant-side fraud check flagged the transaction, the customer cancelled on the merchant’s own UI, or an inventory check failed between tokenisation and approval).
Authorizations
Headers
Specifies the version of the API to use. This must be set to 2.4.
"2.4"
Path Parameters
ID of the payment attempt to abort.
Body
Optional free-text reason for aborting the payment attempt, recorded for your own records. Useful for observability into abort patterns. Do not include cardholder data.
512Response
Successful Response
ID of the aborted payment attempt.