REST API | Visa Platform Connect

Example: PIN Debit Reversal with a Merchant Transaction Identifier Using the REST API for
Visa Platform Connect

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