- Retail Payment Services Using EMV and Card Data
- Authorization with Contact EMV and Online PIN
- Authorization with Contact EMV and Offline PIN
- PIN Debit Services
- PIN Debit EBT Purchase with SNAP Account Swiped Track Data and Balance Inquiry
- Mobile Point-of-Sale Payment Services
REST Example: Processing a Void
Light
Dark
Request
1234{"clientReferenceInformation": { "code": "test123" } }}
Response to a Successful Request
123456789101112131415161718192021{"_links": { "self": { "method": "GET", "href": "/pts/v2/voids/6541933390746728203005" } }, "clientReferenceInformation": { "code": "1654193339056" }, "id": "6541933390746728203005", "orderInformation": { "amountDetails": { "currency": "USD" } }, "status": "VOIDED", "submitTimeUtc": "2022-06-02T18:08:59Z", "voidAmountDetails": { "currency": "usd", "voidAmount": "100.00" }}