{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-three-ds2-result-schema.json", "title": "ThreeDS2Result", "description": "ThreeDS2Result schema from Adyen API", "type": "object", "properties": { "authenticationValue": { "description": "The `authenticationValue` value as defined in the 3D Secure 2 specification.", "type": "string" }, "cavvAlgorithm": { "x-addedInVersion": "50", "description": "The algorithm used by the ACS to calculate the authentication value, only for Cartes Bancaires integrations.", "type": "string" }, "challengeCancel": { "x-addedInVersion": "67", "description": "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.com/online-payments/3d-secure/api-reference#mpidata).", "enum": [ "01", "02", "03", "04", "05", "06", "07" ], "type": "string" }, "dsTransID": { "description": "The `dsTransID` value as defined in the 3D Secure 2 specification.", "type": "string" }, "eci": { "description": "The `eci` value as defined in the 3D Secure 2 specification.", "type": "string" }, "exemptionIndicator": { "x-addedInVersion": "67", "description": "Indicates the exemption type that was applied by the issuer to the authentication, if exemption applied.\nAllowed values:\n* `lowValue`\n* `secureCorporate`\n* `trustedBeneficiary`\n* `transactionRiskAnalysis`\n", "enum": [ "lowValue", "secureCorporate", "trustedBeneficiary", "transactionRiskAnalysis" ], "type": "string" }, "messageVersion": { "x-addedInVersion": "49", "description": "The `messageVersion` value as defined in the 3D Secure 2 specification.", "type": "string" }, "riskScore": { "x-addedInVersion": "67", "description": "Risk score calculated by Cartes Bancaires Directory Server (DS).", "type": "string" }, "threeDSRequestorChallengeInd": { "x-addedInVersion": "68", "description": "Indicates whether a challenge is requested for this transaction. Possible values:\n* **01** \u2014 No preference\n* **02** \u2014 No challenge requested\n* **03** \u2014 Challenge requested (3DS Requestor preference)\n* **04** \u2014 Challenge requested (Mandate)\n* **05** \u2014 No challenge (transactional risk analysis is already performed)\n* **06** \u2014 Data Only", "enum": [ "01", "02", "03", "04", "05", "06" ], "type": "string" }, "threeDSServerTransID": { "description": "The `threeDSServerTransID` value as defined in the 3D Secure 2 specification.", "type": "string" }, "timestamp": { "description": "The `timestamp` value of the 3D Secure 2 authentication.", "type": "string" }, "transStatus": { "description": "The `transStatus` value as defined in the 3D Secure 2 specification.", "type": "string" }, "transStatusReason": { "description": "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-transstatusreason-values).", "type": "string" }, "whiteListStatus": { "x-addedInVersion": "49", "description": "The `whiteListStatus` value as defined in the 3D Secure 2 specification.", "type": "string" } } }