Adyen · JSON Structure

Checkout Three Ds Request Data Structure

ThreeDSRequestData schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

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

Properties

challengeWindowSize dataOnly nativeThreeDS threeDSVersion

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-ds-request-data-structure.json",
  "description": "ThreeDSRequestData schema from Adyen API",
  "type": "object",
  "properties": {
    "challengeWindowSize": {
      "x-addedInVersion": "69",
      "description": "Dimensions of the 3DS2 challenge window to be displayed to the cardholder.\n\nPossible values:\n\n* **01** - size of 250x400 \n* **02** - size of 390x400\n* **03** - size of 500x600\n* **04** - size of 600x400\n* **05** - Fullscreen",
      "enum": [
        "01",
        "02",
        "03",
        "04",
        "05"
      ],
      "type": "string"
    },
    "dataOnly": {
      "x-addedInVersion": "69",
      "description": "Flag for data only flow.",
      "enum": [
        "false",
        "true"
      ],
      "type": "string"
    },
    "nativeThreeDS": {
      "x-addedInVersion": "69",
      "description": "Indicates if [native 3D Secure authentication](https://docs.adyen.com/online-payments/3d-secure/native-3ds2) should be used when available.\n\nPossible values:\n* **preferred**: Use native 3D Secure authentication when available.",
      "enum": [
        "preferred"
      ],
      "type": "string"
    },
    "threeDSVersion": {
      "x-addedInVersion": "69",
      "description": "The version of 3D Secure to use.\n\nPossible values:\n\n* **2.1.0**\n* **2.2.0**",
      "enum": [
        "2.1.0",
        "2.2.0"
      ],
      "type": "string"
    }
  },
  "name": "ThreeDSRequestData"
}