Adyen · Schema

BankAccountModel

PaymentsFinancial ServicesFintech

Properties

Name Type Description
formFactor string Form factor of the bank account - **virtual** or **physical** (default)
View JSON Schema on GitHub

JSON Schema

adyen-bankaccountmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankAccountModel",
  "title": "BankAccountModel",
  "properties": {
    "formFactor": {
      "description": "Form factor of the bank account - **virtual** or **physical** (default)",
      "enum": [
        "physical",
        "unknown",
        "virtual"
      ],
      "type": "string"
    }
  },
  "type": "object"
}