Cancelling a payment
In this guide, we will initiate a cancellation on a payment, and validate it if necessary.
Initiate the cancellation
POST /payments/{paymentId}{
"cancel": true,
"client_redirect_uri": "{redirectURL}",
"client_state": "{optionalRedirectState}"
} Validate a payment cancellation if necessary
Receive a callback from the payer
PreviousInitiating a recurring payment with the WebviewNextValidating your implementation with the test connector
Last updated
Was this helpful?