On This Page
REST Example: Processing an Authorization Using Discover ProtectBuy
Authentication
Request
{ "clientReferenceInformation": { "code": "TC50171_3" }, "processingInformation": { "commerceIndicator": "dipb" }, "paymentInformation": { "card": { "number": "60110000XXXXXXX2", "expirationMonth": "01", "expirationYear": "2026" } }, "orderInformation": { "amountDetails": { "totalAmount": "100", "currency": "USD" }, "billTo": { "firstName": "John", "lastName": "Smith", "address1": "201 S. Division St._1", "address2": "", "locality": "Foster City", "administrativeArea": "CA", "postalCode": "94404", "country": "US", "email": "[email protected]", "phoneNumber": "6504327113" } }, "consumerAuthenticationInformation": { "cavv": "1234567890987654321ABCDEFabcdefABCDEF123", "xid": "1234567890987654321ABCDEFabcdefABCDEF123" } }
Response to a Successful Request
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/6764027854656733303954/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/6764027854656733303954" }, "capture": { "method": "POST", "href": "/pts/v2/payments/6764027854656733303954/captures" } }, "clientReferenceInformation": { "code": "TC50171_3" }, "id": "6764027854656733303954", "orderInformation": { "amountDetails": { "authorizedAmount": "100.00", "currency": "USD" } }, "paymentAccountInformation": { "card": { "type": "004" } }, "paymentInformation": { "tokenizedCard": { "type": "004" }, "card": { "type": "004" } }, "pointOfSaleInformation": { "terminalId": "111111" }, "processorInformation": { "approvalCode": "888888", "networkTransactionId": "123456789619999", "transactionId": "123456789619999", "responseCode": "100", "avs": { "code": "X", "codeRaw": "I1" } }, "reconciliationId": "60125005GE39VNT8", "status": "AUTHORIZED", "submitTimeUtc": "2023-02-14T19:26:25Z" }