FILTER BY TAG

Merchant-Initiated Sale for Mastercard Debt Recovery with Card Data

Use this information to process a merchant-initiated sale for debt recovery using card data.

Endpoint

Production:
POST
https://api.cybersource.com
/pts/v2/payments
Test:
POST
https://apitest.cybersource.com
/pts/v2/payments

Required Fields for a Merchant-Initiated Sale for Mastercard Debt Recovery with Card Data

Set this field to
TransitDA Debt recovery MIT sale
.
Cybersource
provides the value for this field.
Cybersource
provides the value for this field.
Set this field to
1
.
Set this field to
true
.
Set this field to
true
.
Set this field to
true
.
Set this field to
1
.
Set this field to
true
.
Set this field to
merchant
.
Set this field to
false
.
Set this field to
true
.
Set this field to
moto
.
Set this field to
transit
.

REST Example: Merchant-Initiated Sale for Mastercard Debt Recovery with Card Data

Request
{ "clientReferenceInformation": { "comments": "TransitDA Debt recovery MIT sale", "code": "12345678", "transactionId": "11111111", "partner": { "thirdPartyCertificationNumber": "Test1234", "solutionId": "Test1234" } }, "merchantInformation": { "transactionLocalDateTime": "20260501000000" }, "processingInformation": { "linkId": "7781511099196451104806", "capture": "true", "commerceIndicator": "moto", "industryDataType": "transit", "authorizationOptions": { "authIndicator": "1", "debtRecoveryIndicator": true, "partialAuthIndicator": false, "ignoreAvsResult": true, "ignoreCvResult": true, "transportationMode": "00" } }, "paymentInformation": { "card": { "number": "5454545454545454", "expirationMonth": "12", "expirationYear": "2030", "type": "002" } }, "orderInformation": { "amountDetails": { "totalAmount": "3.00", "currency": "EUR" } } }
Response to a Successful Request
{ "_links": { "void": { "method": "POST", "href": "/pts/v2/payments/7799475532416439004807/voids" }, "self": { "method": "GET", "href": "/pts/v2/payments/7799475532416439004807" } }, "clientReferenceInformation": { "code": "12345678", "comments": "TransitDA Debt recovery MIT sale", "partner": { "solutionId": "Test1234" }, "transactionId": "2309146064" }, "id": "7799475532416439004807", "issuerInformation": { "clearingData": "6700040102F0F1" }, "orderInformation": { "amountDetails": { "totalAmount": "3.00", "authorizedAmount": "3.00", "currency": "EUR" } }, "paymentAccountInformation": { "card": { "type": "002" } }, "paymentInformation": { "tokenizedCard": { "type": "002" }, "card": { "type": "002" } }, "processorInformation": { "systemTraceAuditNumber": "051520", "merchantNumber": "123456789012345", "approvalCode": "300664", "merchantAdvice": { "code": "01", "codeRaw": "M001" }, "responseDetails": "ABC", "networkTransactionId": "0528MCC269181", "retrievalReferenceNumber": "614705051520", "consumerAuthenticationResponse": { "code": "2", "codeRaw": "2" }, "transactionId": "0528MCC269181", "responseCode": "00", "avs": { "code": "1" } }, "reconciliationId": "7799475532416439004807", "status": "AUTHORIZED", "submitTimeUtc": "2026-05-28T05:52:33Z" }