REST API | Visa Platform Connect

Example: PIN Debit Reversal with a Request ID Using the REST API for
Visa Platform Connect

Reversal with Request ID Request
{ "clientReferenceInformation": { "code": "ABC123" }, "pointOfSaleInformation": { "trackData": ";4111111111111111=171220112345678?" }, "orderInformation": { "currency": "USD", "amountDetails": { "totalAmount": "70.00" } } }
Reversal with Request ID Response
{ "clientReferenceInformation": { "code": "ABC123" }, "processorInformation": { "reconciliationId": "1094820975023470", "responseCode": "00", "systemTraceAuditNumber": "260371" }, "orderInformation": { "amountDetails": { "currency": "USD", "authorizedAmount": "70.00" } } }