Adyen · Schema
ThreeDSecureData
ThreeDSecureData schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| authenticationResponse | string | In 3D Secure 1, the authentication response if the shopper was redirected. In 3D Secure 2, this is the `transStatus` from the challenge result. If the transaction was frictionless, omit this parameter |
| cavv | string | The cardholder authentication value (base64 encoded, 20 bytes in a decoded form). |
| cavvAlgorithm | string | The CAVV algorithm used. Include this only for 3D Secure 1. |
| challengeCancel | string | Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled. For possible values, refer to [3D Secure API reference](https://docs.adyen |
| directoryResponse | string | In 3D Secure 1, this is the enrollment response from the 3D directory server. In 3D Secure 2, this is the `transStatus` from the `ARes`. |
| dsTransID | string | Supported for 3D Secure 2. The unique transaction identifier assigned by the Directory Server (DS) to identify a single transaction. |
| eci | string | The electronic commerce indicator. |
| riskScore | string | Risk score calculated by Directory Server (DS). Required for Cartes Bancaires integrations. |
| threeDSVersion | string | The version of the 3D Secure protocol. |
| tokenAuthenticationVerificationValue | string | Network token authentication verification value (TAVV). The network token cryptogram. |
| transStatusReason | string | Provides information on why the `transStatus` field has the specified value. For possible values, refer to [our docs](https://docs.adyen.com/online-payments/3d-secure/api-reference#possible-transstatu |
| xid | string | Supported for 3D Secure 1. The transaction identifier (Base64-encoded, 20 bytes in a decoded form). |