Apideck · Schema

Branch Identifier

Bank branch identifier

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-branchidentifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BranchIdentifier",
  "title": "Branch Identifier",
  "type": "string",
  "description": "Bank branch identifier",
  "example": "001",
  "nullable": true
}