REST API | GPX

REST Example: EMV Chip (Contactless) with an Online PIN

Request
Endpoint
POST
https://api.cybersource.com
/pts/v2/payments
{ "processingInformation": { "commerceIndicator": "retail" }, "orderInformation": { "amountDetails": { "totalAmount": "99.98", "currency": "usd" } }, "pointOfSaleInformation": { "cardPresent": "true", "entryMode": "contactless", "encryptedPin": "1234567812345678", "tags": "9F3303204000950500000000009F3704518823719F100706011103A000009F26081E1756ED0E2134E29F36020015820200009C01009F1A0208409A030006219F02060000000020005F2A0208409F0306000000000000" } }
Response
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/6473256016126696903006/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/6473256016126696903006" }, "capture": { "method": "POST", "href": "/pts/v2/payments/6473256016126696903006/captures" } }, "clientReferenceInformation": { "code": "OrderABC12" }, "id": "6473256016126696903006", "orderInformation": { "amountDetails": { "authorizedAmount": "99.98", "currency": "usd" } }, "paymentAccountInformation": { "card": { } }, "paymentInformation": { "tokenizedCard": { }, "card": { } }, "pointOfSaleInformation": { "processorInformation": { "approvalCode": "888888", "networkTransactionId": "123456789619999", "transactionId": "123456789619999", "responseCode": "100" }, "reconciliationId": "6580310700JCYR8J", "status": "AUTHORIZED", "submitTimeUtc": "2022-03-15T06:26:41Z" }