Mass Transit Tap-Initiated Sale for Debt Recovery with a Token

This section describes how to process a tap-initiated sale for debt recovery with a token.
A sale transaction is a bundled authorization and capture. When a cardholder attempts to use a blocked card at the transit reader, create a fresh debt recovery sale request using the chip data from the new tap, along with the fare amount of the previous declined authorization.

Endpoint

Test:
POST
https://apitest.cybersource.com
/pts/v2/payments
Production:
POST
https://api.cybersource.com
/pts/v2/payments
Light Dark
Request
12345678910111213141516171819202122232425262728293031323334353637383940414243
{"clientReferenceInformation": { "code": "CUP Purchase Transit", "transactionId": "12845674448", "partner": { "thirdPartyCertificationNumber": "123456789012" } }, "processingInformation": { "commerceIndicator": "retail", "industryDataType": "transit", "reconciliationId": "8897YHGTH09Y", "linkId": "7007351831836009903681", "capture": "true", "authorizationOptions": { "debtRecoveryIndicator": "true", "deferredAuthIndicator": "true" } }, "tokenInformation": { "jti": "c76392f4-cde4-11aa-b8bc-0242ac14c074" }, "orderInformation": { "amountDetails": { "totalAmount": "100.00", "currency": "THB" } }, "pointOfSaleInformation": { "operatingEnvironment": "2", "terminalId": "3444", "catLevel": "2", "entryMode": "contactless", "terminalCapability": "5", "terminalPinCapability": "0", "emv": { "cardSequenceNumber": "01" } }, "paymentInformation": { "card": { "type": "062" } }}
Response to a Successful Request
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
{"_links": { "void": { "method": "POST", "href": "/pts/v2/payments/7012410160086081703137/voids" }, "self": { "method": "GET", "href": "/pts/v2/payments/7012410160086081703137" } }, "clientReferenceInformation": { "code": "CUP Purchase Transit", "transactionId": "12845674448" }, "id": "7012410160086081703137", "orderInformation": { "amountDetails": { "totalAmount": "100.00", "authorizedAmount": "100.00", "currency": "THB" } }, "paymentAccountInformation": { "card": { "type": "062" } }, "paymentInformation": { "tokenizedCard": { "type": "062" }, "card": { "type": "062" } }, "processorInformation": { "approvalCode": "005290", "settlementDate": "0501", "responseCode": "00", "avs": { "code": "2" } }, "reconciliationId": "8897YHGTH09Y", "status": "AUTHORIZED", "submitTimeUtc": "2023-11-29T06:56:57Z"}