Skip to main content
You can cancel a payment intent only if the order has not yet reached a final state. Once a payment intent is cancelled, the order is closed and the customer will no longer be able to complete the payment.

Cancellation Service Information

How to Cancel a Payment

Cancel Payment via API

The following sample shows the request and response when you call the Cancel a PaymentIntent endpoint.

Sample Request

Sample Response

You can determine whether the cancellation has been successfully processed either by listening to the acquiring.cancel.succeeded webhook, or by actively querying the payment intent status via the Retrieve a payment intent API.

Cancel Payment via Dashboard

  1. In the merchant portal, open PaymentsTransactions.
  2. Open the eligible payment, or use its row action menu, and select Cancel.
  3. Review the confirmation message and confirm the cancellation.
The Cancel action appears only while the payment can be cancelled and when your role has cancellation permission. Use the cancellation webhook or Retrieve a payment intent API to confirm the final result.