Enable Banking · JSON Structure

Enable Banking Account Structure

JSON Structure representation of the Enable Banking Account aggregate — used for typed code generation and document validation across Enable Banking AIS responses. Encodes ISO 20022 cash account semantics.

Type: object Properties: 11
Open BankingPSD2AISPPISPBankingFinancial-ServicesAccount AggregationPayment InitiationEuropeNordicFinlandComplianceeIDASSCADORAGDPR

Enable Banking Account Structure is a JSON Structure definition published by Enable Banking, describing 11 properties. It conforms to the https://json-structure.org/draft/2025-04/schema meta-schema.

Properties

uid account_id account_servicer name details cash_account_type currency product usage psu_status balances

Meta-schema: https://json-structure.org/draft/2025-04/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-04/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/enable-banking/main/json-structure/enable-banking-account-structure.json",
  "title": "Enable Banking Account Structure",
  "description": "JSON Structure representation of the Enable Banking Account aggregate — used for typed code generation and document validation across Enable Banking AIS responses. Encodes ISO 20022 cash account semantics.",
  "type": "object",
  "namespace": "com.enablebanking.account.v1",
  "properties": {
    "uid": { "type": "string", "description": "Enable Banking account UID." },
    "account_id": {
      "type": "object",
      "description": "Account identification block.",
      "properties": {
        "iban": { "type": "string" },
        "bban": { "type": "string" },
        "masked_pan": { "type": "string" },
        "other": {
          "type": "object",
          "properties": {
            "identification": { "type": "string" },
            "scheme_name": { "type": "string" },
            "issuer": { "type": "string" }
          }
        }
      }
    },
    "account_servicer": {
      "type": "object",
      "properties": {
        "bic_fi": { "type": "string" },
        "name": { "type": "string" },
        "lei": { "type": "string" }
      }
    },
    "name": { "type": "string" },
    "details": { "type": "string" },
    "cash_account_type": {
      "type": "string",
      "enum": ["CACC", "CARD", "CASH", "LOAN", "SVGS", "OTHR"]
    },
    "currency": { "type": "string", "pattern": "^[A-Z]{3}$" },
    "product": { "type": "string" },
    "usage": { "type": "string", "enum": ["PRIV", "ORGA"] },
    "psu_status": { "type": "string" },
    "balances": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "balance_amount": {
            "type": "object",
            "properties": {
              "currency": { "type": "string", "pattern": "^[A-Z]{3}$" },
              "amount": { "type": "string" }
            }
          },
          "balance_type": {
            "type": "string",
            "enum": ["CLBD", "CLAV", "FWAV", "ITAV", "OPAV", "OPBD", "PRCD", "VALU", "XPCD", "OTHR", "INFO"]
          },
          "last_change_date_time": { "type": "string", "format": "date-time" }
        }
      }
    }
  },
  "x-iso20022": {
    "messageSet": "camt",
    "primarySources": ["camt.052", "camt.053", "camt.054"]
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/enable-banking-account-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.