Skip to main content
POST
Cancel Payment | Payments API
The Cancel Payment API facilitates the quick cancellation of a payment request. Simply pass the paymentRequestId obtained during payment generation.
The payment can be cancelled if the status of the payment request is in PAYMENT_NOT_INITIATED or AWAITING_AUTHORIZATION.

Authorization

Bearer <token> Request Body Schema
string
required
The paymentRequestId of the initiated payment which you’ll receive from process-payment API
Response
string
Your payment has been cancelled successfully.