Adyen · JSON Structure

Payments Three Ds Requestor Prior Authentication Info Structure

ThreeDSRequestorPriorAuthenticationInfo schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

ThreeDSRequestorPriorAuthenticationInfo 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

threeDSReqPriorAuthData threeDSReqPriorAuthMethod threeDSReqPriorAuthTimestamp threeDSReqPriorRef

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/payments-three-ds-requestor-prior-authentication-info-structure.json",
  "description": "ThreeDSRequestorPriorAuthenticationInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "threeDSReqPriorAuthData": {
      "description": "Data that documents and supports a specific authentication process. Maximum length: 2048 bytes.",
      "type": "string"
    },
    "threeDSReqPriorAuthMethod": {
      "description": "Mechanism used by the Cardholder to previously authenticate to the 3DS Requestor. Allowed values:\n* **01** \u2014 Frictionless authentication occurred by ACS.\n* **02** \u2014 Cardholder challenge occurred by ACS.\n* **03** \u2014 AVS verified.\n* **04** \u2014 Other issuer methods.",
      "enum": [
        "01",
        "02",
        "03",
        "04"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "threeDSReqPriorAuthTimestamp": {
      "description": "Date and time in UTC of the prior cardholder authentication. Format: YYYYMMDDHHMM",
      "maxLength": 12,
      "minLength": 12,
      "type": "string"
    },
    "threeDSReqPriorRef": {
      "description": "This data element provides additional information to the ACS to determine the best approach for handing a request. This data element contains an ACS Transaction ID for a prior authenticated transaction. For example, the first recurring transaction that was authenticated with the cardholder. Length: 30 characters.",
      "maxLength": 36,
      "minLength": 36,
      "type": "string"
    }
  },
  "name": "ThreeDSRequestorPriorAuthenticationInfo"
}