REST API

Validate

The following is an example of an Payer Authentication Validate request and its corresponding response using the Hybrid implementation.
Test URL: https://apitest.cybersource.com/pts/v2/payments
Prod URL: https://api.cybersource.com/pts/v2/payments
Validate Request
{ "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": "DZZRorz8NoEtsaiYZgb0" } }
Validate Response
{ "clientReferenceInformation": { "code": "3DSHarness_PaValidateRestAPI" }, "consumerAuthenticationInformation": { "indicator": "vbv", "eciRaw": "05", "authenticationResult": "0", "authenticationStatusMsg": "Success", "eci": "05", "token": "AxjzbwSTVZPtlUhd3to8ADUBURxP1FPjpA6cQE14ZNJMvRiuHCKArAAAlADf", "cavv": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=", "paresStatus": "Y", "xid": "MTIzNDU2Nzg5MDEyMzQ1Njc4OTA=", "directoryServerTransactionId": "5daecf27-b846-4bff-969c-966e48f65bc7", "threeDSServerTransactionId": "a436211a-9bd0-4af3-bf0b-71a95d77a1c9", "specificationVersion": "2.1.0", "acsTransactionId": "c918be4d-7db7-434e-8a09-2fce7553fb6f" }, "id": "6300999069166058003004", "paymentInformation": { "card": { "bin": "4XXXXXXX", "type": "VISA" } }, "status": "AUTHENTICATION_SUCCESSFUL", "submitTimeUtc": "2021-08-27T21:31:47Z" }