Adyen · JSON Structure

Checkout Three Ds2 Response Data Structure

ThreeDS2ResponseData schema from Adyen API

Type: object Properties: 19
PaymentsFinancial ServicesFintech

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

Properties

acsChallengeMandated acsOperatorID acsReferenceNumber acsSignedContent acsTransID acsURL authenticationType cardHolderInfo cavvAlgorithm challengeIndicator dsReferenceNumber dsTransID exemptionIndicator messageVersion riskScore sdkEphemPubKey threeDSServerTransID transStatus transStatusReason

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-response-data-structure.json",
  "description": "ThreeDS2ResponseData schema from Adyen API",
  "type": "object",
  "properties": {
    "acsChallengeMandated": {
      "type": "string"
    },
    "acsOperatorID": {
      "type": "string"
    },
    "acsReferenceNumber": {
      "type": "string"
    },
    "acsSignedContent": {
      "type": "string"
    },
    "acsTransID": {
      "type": "string"
    },
    "acsURL": {
      "type": "string"
    },
    "authenticationType": {
      "type": "string"
    },
    "cardHolderInfo": {
      "type": "string"
    },
    "cavvAlgorithm": {
      "type": "string"
    },
    "challengeIndicator": {
      "type": "string"
    },
    "dsReferenceNumber": {
      "type": "string"
    },
    "dsTransID": {
      "type": "string"
    },
    "exemptionIndicator": {
      "type": "string"
    },
    "messageVersion": {
      "type": "string"
    },
    "riskScore": {
      "type": "string"
    },
    "sdkEphemPubKey": {
      "type": "string"
    },
    "threeDSServerTransID": {
      "type": "string"
    },
    "transStatus": {
      "type": "string"
    },
    "transStatusReason": {
      "type": "string"
    }
  },
  "name": "ThreeDS2ResponseData"
}