REST API
Example: Cancelling with a Network Transaction ID and a PAR

Light Dark
Request
123456789101112131415161718
{"processingInformation": { "installmentServiceProvider": "Visa", "authorizationOptions": { "networkTransactionId": "178896882917423", "authorizationDateTime": "2023-07-24T16:56:12Z" } }, "orderInformation": { "amountDetails": { "totalAmount": "500", "currency": "USD" } }, "paymentInformation": { "paymentAccountReference": { "id": "V0010013020261601352183794986" } }}
Response
123456789101112131415
{"id": "6902178969776507703954", "submitTimeUtc": "2023-07-24T16:58:17Z", "status": "ACCEPTED", "processorInformation": { "responseCode": "200" }, "paymentInformation": { "paymentAccountReference": { "id": "V0010013020261601352183794986" } }, "installmentInformation": { "id": "6f4d375c-885d-625e-f30f-1aad7bbc9e02", "planId": "1cc80cb6-866d-0a3e-7c52-18f6aced3201" }}