Adyen · JSON Structure

Configuration Bank Account Identification Type Requirement Structure

BankAccountIdentificationTypeRequirement schema from Adyen API

Type: object Properties: 3 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

bankAccountIdentificationTypes description type

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/configuration-bank-account-identification-type-requirement-structure.json",
  "description": "BankAccountIdentificationTypeRequirement schema from Adyen API",
  "type": "object",
  "properties": {
    "bankAccountIdentificationTypes": {
      "description": "List of bank account identification types: eg.; [iban , numberAndBic]",
      "items": {
        "enum": [
          "auLocal",
          "brLocal",
          "caLocal",
          "czLocal",
          "dkLocal",
          "hkLocal",
          "huLocal",
          "iban",
          "legacy",
          "noLocal",
          "numberAndBic",
          "nzLocal",
          "plLocal",
          "seLocal",
          "sgLocal",
          "ukLocal",
          "usLocal"
        ],
        "type": "string"
      },
      "type": "array"
    },
    "description": {
      "description": "Specifies the bank account details for a particular route per required field in this object depending on the country of the bank account and the currency of the transfer.",
      "type": "string"
    },
    "type": {
      "default": "bankAccountIdentificationTypeRequirement",
      "description": "**bankAccountIdentificationTypeRequirement**",
      "enum": [
        "bankAccountIdentificationTypeRequirement"
      ],
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false,
  "name": "BankAccountIdentificationTypeRequirement"
}