Cancellation Service Information
| Item | Details |
|---|---|
| Cancellation eligibility | For card payments, cancellation is allowed only when the Payment Intent has not yet reached a final state. For wallet payments, cancellation is supported when the Payment Intent is in a non-final state, and may also be supported for PI in the SUCCEEDED status on the same day (subject to channel support). For the complete list of PI statuses, please refer to the PaymentIntent Status Reference |
| Cancelable amount | The payment can be cancelled only in the full amount. |
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
acquiring.cancel.succeeded webhook, or by actively querying the payment intent status via the Retrieve a payment intent API.

