REST API

Authorization with Validation

The following are Payer Authentication examples of an Authorization with Validation request and its corresponding response.
Authorization with Payer Authentication Validation Request
POST /pts/v2/payments HTTP/1.1 { "clientReferenceInformation": { "code": "3DSHarness_PaValidateRestAPI" }, "orderInformation": { "amountDetails": { "currency": "USD", "totalAmount": "100" }, "billTo": { "address1": "901 metro center blvd", "address2": "metro 3", "administrativeArea": "CA", "country": "US", "locality": "san francisco", "firstName": "John", "lastName": "Doe", "phoneNumber": "18007097779", "postalCode": "94404", "email": "email@email.com" } }, "paymentInformation": { "card": { "number": "4XXXXXXXXXXXXXXX", "type": "001", "expirationMonth": "01", "expirationYear": 2023 } }, "buyerInformation": { "mobilePhone": "1245789632" }, "consumerAuthenticationInformation": { "authenticationTransactionId": "grmOLQpFJd6KjSqV2ow0" }, "processingInformation": { "actionList": [ "VALIDATE_CONSUMER_AUTHENTICATION" ] } }
Authorization with Payer Authentication Validate Response
{ "_links": { "authReversal": { "method": "POST", "href": "/pts/v2/payments/6300995545226652403001/reversals" }, "self": { "method": "GET", "href": "/pts/v2/payments/6300995545226652403001" }, "capture": { "method": "POST", "href": "/pts/v2/payments/6300995545226652403001/captures" } }, "clientReferenceInformation": { "code": "3DSHarness_PaValidateRestAPI" }, "consumerAuthenticationInformation": { "indicator": "vbv", "eciRaw": "05", "authenticationResult": "0", "authenticationStatusMsg": "Success", "eci": "05", "token": "Axj/7wSTVZPhEEdJY8U5ADUg3btnLZu4YxKdJqzsT5yiOJ+ogvwFRHE/UQX+kDpxATXhk0ky9GK4cIqCuTVZPhEEdJY8U5AAICFg", "cavv": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=", "paresStatus": "Y", "xid": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=", "directoryServerTransactionId": "d68cd64d-d42e-43f8-9ab0-f76d6b36f9f6", "threeDSServerTransactionId": "4f20ec8d-b8ab-45d0-b5fd-007e760470b1", "specificationVersion": "2.1.0", "acsTransactionId": "5520d1d0-8a6b-44b3-9abd-3b20475ac85d" }, "id": "6300995545226652403001", "orderInformation": { "amountDetails": { "authorizedAmount": "100.00", "currency": "USD" } }, "paymentAccountInformation": { "card": { "type": "001" } }, "paymentInformation": { "tokenizedCard": { "type": "001" }, "card": { "bin": "4XXXXXXX", "type": "VISA" } }, "pointOfSaleInformation": { "terminalId": "123456" }, "processorInformation": { "approvalCode": "888888", "responseCode": "100", "avs": { "code": "X", "codeRaw": "I1" } }, "reconciliationId": "77696781DSR53XON", "status": "AUTHORIZED", "submitTimeUtc": "2021-08-27T21:25:54Z" }