Adyen · JSON Structure

Configuration Bank Identification Structure

BankIdentification schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

country identification identificationType

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-identification-structure.json",
  "description": "BankIdentification schema from Adyen API",
  "type": "object",
  "properties": {
    "country": {
      "type": "string"
    },
    "identification": {
      "type": "string"
    },
    "identificationType": {
      "enum": [
        "iban",
        "routingNumber"
      ],
      "type": "string"
    }
  },
  "name": "BankIdentification"
}