Adyen · JSON Structure

Checkout Three Ds2 Result Structure

ThreeDS2Result schema from Adyen API

Type: object Properties: 14
PaymentsFinancial ServicesFintech

ThreeDS2Result is a JSON Structure definition published by Adyen, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

authenticationValue cavvAlgorithm challengeCancel dsTransID eci exemptionIndicator messageVersion riskScore threeDSRequestorChallengeInd threeDSServerTransID timestamp transStatus transStatusReason whiteListStatus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-three-ds2-result-structure.json",
  "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"
    }
  },
  "name": "ThreeDS2Result"
}