Adyen · JSON Structure

Checkout Checkout Three Ds2 Action Structure

CheckoutThreeDS2Action schema from Adyen API

Type: object Properties: 7 Required: 1
PaymentsFinancial ServicesFintech

CheckoutThreeDS2Action is a JSON Structure definition published by Adyen, describing 7 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

authorisationToken paymentData paymentMethodType subtype token type url

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-checkout-three-ds2-action-structure.json",
  "description": "CheckoutThreeDS2Action schema from Adyen API",
  "type": "object",
  "properties": {
    "authorisationToken": {
      "description": "A token needed to authorise a payment.",
      "type": "string"
    },
    "paymentData": {
      "description": "Encoded payment data.",
      "type": "string"
    },
    "paymentMethodType": {
      "description": "Specifies the payment method.",
      "type": "string"
    },
    "subtype": {
      "description": "A subtype of the token.",
      "type": "string"
    },
    "token": {
      "description": "A token to pass to the 3DS2 Component to get the fingerprint.",
      "type": "string"
    },
    "type": {
      "description": "**threeDS2**",
      "enum": [
        "threeDS2"
      ],
      "type": "string"
    },
    "url": {
      "description": "Specifies the URL to redirect to.",
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false,
  "name": "CheckoutThreeDS2Action"
}