Apideck · Schema

BIC/SWIFT Code

Bank Identifier Code / SWIFT Code

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-bic-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BIC",
  "title": "BIC/SWIFT Code",
  "type": "string",
  "description": "Bank Identifier Code / SWIFT Code",
  "example": "CHASUS33",
  "nullable": true
}