Apideck · Schema

IBAN

International Bank Account Number

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-iban-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IBAN",
  "title": "IBAN",
  "type": "string",
  "description": "International Bank Account Number",
  "example": "GB33BUKB20201555555555",
  "nullable": true
}