Apideck · Schema

Bank Name

The name of the bank or financial institution

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-bankname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BankName",
  "title": "Bank Name",
  "type": "string",
  "description": "The name of the bank or financial institution",
  "example": "Chase Bank",
  "nullable": true
}