Discover Sale with EMV Data

A sale transaction comprises an authorization and capture. When the fare is more than 15.00 USD, request a sale with EMV data.

Endpoint

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

REST Example: Discover Sale with EMV Data

Request
{ "clientReferenceInformation": { "comments": "TransitDA BAU full value sale", "code": "123456", "transactionId": "1357334401", "partner": { "solutionId": "123456", "thirdPartyCertificationNumber": "123456789012" } }, "processingInformation": { "industryDataType": "transit", "reconciliationId": "123456789", "captureOptions": { "dateToCapture": "0818" }, "capture": "true", "commerceIndicator": "retail" }, "orderInformation": { "amountDetails": { "totalAmount": "25.00", "currency": "USD" } }, "paymentInformation": { "card": { "type": "004" } }, "pointOfSaleInformation": { "terminalId": "12345678", "catLevel": "2", "entryMode": "contactless", "terminalCapability": "5", "terminalPinCapability": "0", "emv": { "tags": "9F2608101F3F75E8596414820211009F360200019F2701409F100A01151000000000000000950500000000009F370438A871109A032212129F1A0208409F33030008089F3501259F02060000000000005F2A0208409C01008407A0000001523010", "cardSequenceNumber": "99" }, "trackData": ";651000XXXXXXXXXX=49122011804088500000?" } }
Response to a Successful Request
{ "_links": { "void": { "method": "POST", "href": "/pts/v2/payments/6920243246666458104951/voids" }, "self": { "method": "GET", "href": "/pts/v2/payments/6920243246666458104951" } }, "clientReferenceInformation": { "code": "123456", "comments": "TransitDA BAU full value sale", "partner": { "solutionId": "123456" }, "transactionId": "1357334401" }, "id": "6920243246666458104951", "orderInformation": { "amountDetails": { "totalAmount": "15.00", "authorizedAmount": "15.00", "currency": "USD" } }, "paymentAccountInformation": { "card": { "type": "004" } }, "paymentInformation": { "accountFeatures": { "category": "DI", "group": "0" }, "tokenizedCard": { "type": "004" }, "card": { "type": "004" } }, "pointOfSaleInformation": { "emv": { "tags": "9F2701409F3501259F36020001" } }, "processorInformation": { "systemTraceAuditNumber": "033735", "approvalCode": "378857", "cardReferenceData": "05", "networktransactionId": "VISJ 303226531251404", "retrievalReferenceNumber": "322614033735", "consumerAuthenticationResponse": { "code": "0", "codeRaw": "0" }, "transactionId": "VISJ 303226531251404", "responseCode": "00", "avs": { "code": "2" } }, "reconciliationId": "6920243246666458104951", "status": "AUTHORIZED", "submitTimeUtc": "2023-08-14T14:45:26Z" }