Adyen · Schema

AcctInfo

AcctInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
chAccAgeInd string Length of time that the cardholder has had the account with the 3DS Requestor. Allowed values: * **01** — No account * **02** — Created during this transaction * **03** — Less than 30 days * **04** —
chAccChange string Date that the cardholder’s account with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Format: **YYYYMMDD**
chAccChangeInd string Length of time since the cardholder’s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. Allowed values: * *
chAccPwChange string Date that cardholder’s account with the 3DS Requestor had a password change or account reset. Format: **YYYYMMDD**
chAccPwChangeInd string Indicates the length of time since the cardholder’s account with the 3DS Requestor had a password change or account reset. Allowed values: * **01** — No change * **02** — Changed during this transacti
chAccString string Date that the cardholder opened the account with the 3DS Requestor. Format: **YYYYMMDD**
nbPurchaseAccount string Number of purchases with this cardholder account during the previous six months. Max length: 4 characters.
paymentAccAge string String that the payment account was enrolled in the cardholder’s account with the 3DS Requestor. Format: **YYYYMMDD**
paymentAccInd string Indicates the length of time that the payment account was enrolled in the cardholder’s account with the 3DS Requestor. Allowed values: * **01** — No account (guest checkout) * **02** — During this tra
provisionAttemptsDay string Number of Add Card attempts in the last 24 hours. Max length: 3 characters.
shipAddressUsage string String when the shipping address used for this transaction was first used with the 3DS Requestor. Format: **YYYYMMDD**
shipAddressUsageInd string Indicates when the shipping address used for this transaction was first used with the 3DS Requestor. Allowed values: * **01** — This transaction * **02** — Less than 30 days * **03** — 30–60 days * **
shipNameIndicator string Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction. Allowed values: * **01** — Account Name identical to shipping Name * **02** — Account Name
suspiciousAccActivity string Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account. Allowed values: * **01** — No suspicious activity has been observed * **02
txnActivityDay string Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous 24 hours. Max length: 3 characters.
txnActivityYear string Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous year. Max length: 3 characters.
View JSON Schema on GitHub

JSON Schema

payments-acct-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-acct-info-schema.json",
  "title": "AcctInfo",
  "description": "AcctInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "chAccAgeInd": {
      "description": "Length of time that the cardholder has had the account with the 3DS Requestor. \nAllowed values:\n* **01** \u2014 No account\n* **02** \u2014 Created during this transaction\n* **03** \u2014 Less than 30 days\n* **04** \u2014 30\u201360 days\n* **05** \u2014 More than 60 days",
      "enum": [
        "01",
        "02",
        "03",
        "04",
        "05"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "chAccChange": {
      "description": "Date that the cardholder\u2019s account with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. \nFormat: **YYYYMMDD**",
      "type": "string"
    },
    "chAccChangeInd": {
      "description": "Length of time since the cardholder\u2019s account information with the 3DS Requestor was last changed, including Billing or Shipping address, new payment account, or new user(s) added. \nAllowed values:\n* **01** \u2014 Changed during this transaction\n* **02** \u2014 Less than 30 days\n* **03** \u2014 30\u201360 days\n* **04** \u2014 More than 60 days",
      "enum": [
        "01",
        "02",
        "03",
        "04"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "chAccPwChange": {
      "description": "Date that cardholder\u2019s account with the 3DS Requestor had a password change or account reset. \nFormat: **YYYYMMDD**",
      "type": "string"
    },
    "chAccPwChangeInd": {
      "description": "Indicates the length of time since the cardholder\u2019s account with the 3DS Requestor had a password change or account reset. \nAllowed values:\n* **01** \u2014 No change\n* **02** \u2014 Changed during this transaction\n* **03** \u2014 Less than 30 days\n* **04** \u2014 30\u201360 days\n* **05** \u2014 More than 60 days",
      "enum": [
        "01",
        "02",
        "03",
        "04",
        "05"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "chAccString": {
      "description": "Date that the cardholder opened the account with the 3DS Requestor. \nFormat: **YYYYMMDD**",
      "type": "string"
    },
    "nbPurchaseAccount": {
      "description": "Number of purchases with this cardholder account during the previous six months. Max length: 4 characters.",
      "type": "string"
    },
    "paymentAccAge": {
      "description": "String that the payment account was enrolled in the cardholder\u2019s account with the 3DS Requestor. \nFormat: **YYYYMMDD**",
      "type": "string"
    },
    "paymentAccInd": {
      "description": "Indicates the length of time that the payment account was enrolled in the cardholder\u2019s account with the 3DS Requestor. \nAllowed values:\n* **01** \u2014 No account (guest checkout)\n* **02** \u2014 During this transaction\n* **03** \u2014 Less than 30 days\n* **04** \u2014 30\u201360 days\n* **05** \u2014 More than 60 days",
      "enum": [
        "01",
        "02",
        "03",
        "04",
        "05"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "provisionAttemptsDay": {
      "description": "Number of Add Card attempts in the last 24 hours. Max length: 3 characters.",
      "type": "string"
    },
    "shipAddressUsage": {
      "description": "String when the shipping address used for this transaction was first used with the 3DS Requestor. \nFormat: **YYYYMMDD**",
      "type": "string"
    },
    "shipAddressUsageInd": {
      "description": "Indicates when the shipping address used for this transaction was first used with the 3DS Requestor. \nAllowed values:\n* **01** \u2014 This transaction\n* **02** \u2014 Less than 30 days\n* **03** \u2014 30\u201360 days\n* **04** \u2014 More than 60 days",
      "enum": [
        "01",
        "02",
        "03",
        "04"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "shipNameIndicator": {
      "description": "Indicates if the Cardholder Name on the account is identical to the shipping Name used for this transaction. \nAllowed values:\n* **01** \u2014 Account Name identical to shipping Name\n* **02** \u2014 Account Name different to shipping Name",
      "enum": [
        "01",
        "02"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "suspiciousAccActivity": {
      "description": "Indicates whether the 3DS Requestor has experienced suspicious activity (including previous fraud) on the cardholder account. \nAllowed values:\n* **01** \u2014 No suspicious activity has been observed\n* **02** \u2014 Suspicious activity has been observed",
      "enum": [
        "01",
        "02"
      ],
      "maxLength": 2,
      "minLength": 2,
      "type": "string"
    },
    "txnActivityDay": {
      "description": "Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous 24 hours. Max length: 3 characters.",
      "maxLength": 3,
      "type": "string"
    },
    "txnActivityYear": {
      "description": "Number of transactions (successful and abandoned) for this cardholder account with the 3DS Requestor across all payment accounts in the previous year. Max length: 3 characters.",
      "maxLength": 3,
      "type": "string"
    }
  }
}