Cancel Payment
Overview
You can cancel a Payment with basic details using the POST method and use them for various CPX solution offerings.
Resource Access
POST https://<hostname>/payment/v1/cancel/<TransactionInternalId>
Example Request
POST https://<hostname>/payment/v1/cancel/87d9916d-a233-56c4-8111-373905a718f3
Example Response
"Payment id 87d9916d-a233-56c4-8111-373905a718f3 was Cancelled Successfully by sending to Check-Issuer"
Updated 3 days ago