On This Page
REST Example: Reverse a PIN Debit EBT Purchase
Request
{ "clientReferenceInformation": { "code": "ABC1234", "partner": { "thirdPartyCertificationNumber": "PTP1234" } }, "orderInformation": { "amountDetails": { "totalAmount": "22.22", "currency": "USD" } }, "paymentInformation": { "paymentType": { "subTypeName": "DEBIT", "name": "CARD" } } }
Response to a Successful Request
{ "_links": { "self": { "method": "GET", "href": "/pts/v2/payments/7418942961476872303814" } }, "clientReferenceInformation": { "code": "ABC1234" }, "id": "7418942961476872303814", "orderInformation": { "amountDetails": { "currency": "usd" } }, "processorInformation": { "retrievalReferenceNumber": "123456490645", "responseCode": "00" }, "reconciliationId": "7418940234946082403813", "status": "REVERSED", "submitTimeUtc": "2025-03-13T19:31:36Z", "voidAmountDetails": { "currency": "usd", "voidAmount": "22.22" } }