REST API
Example: Cancelling with an Authorization Code and a PAR

Light Dark
Request
123456789101112131415161718
{"processingInformation": { "installmentServiceProvider": "Visa", "authorizationOptions": { "authorizationCode": "888881", "authorizationDateTime": "2023-07-24T16:42:52Z" } }, "orderInformation": { "amountDetails": { "totalAmount": "500", "currency": "USD" } }, "paymentInformation": { "paymentAccountReference": { "id": "V0010013020261601352183794986" } }}
Response
123456789101112131415
{"id": "6902173767896334503954", "submitTimeUtc": "2023-07-24T16:49:36Z", "status": "ACCEPTED", "processorInformation": { "responseCode": "200" }, "paymentInformation": { "paymentAccountReference": { "id": "V0010013020261601352183794986" } }, "installmentInformation": { "id": "6b6f6ddf-4619-b9ca-2469-16a49db52e02", "planId": "1cc80cb6-866d-0a3e-7c52-18f6aced3201" }}