{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThreeDS2Result", "title": "ThreeDS2Result", "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** No preference\n* **02** No challenge requested\n* **03** Challenge requested (3DS Requestor preference)\n* **04** Challenge requested (Mandate)\n* **05** No challenge (transactional risk analysis is already performed)\n* **06** 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" } }, "type": "object" }