Bud Financial · Schema

Bud Account

An account record on the Bud platform, sourced either from an Open Banking connection (Connect API) or first-party ingestion.

Open BankingTransaction EnrichmentCategorizationAffordabilityPaymentsAISPPISPFinancial DataFintechUKArtificial IntelligenceMachine-Learning

Properties

Name Type Description
id string Bud-assigned account identifier.
customer_id string Identifier of the customer that owns this account.
connection_id string Identifier of the Open Banking connection the account was sourced from (null for ingested accounts).
provider_account_id string
provider object
type string
subtype string
name string
nickname string
currency string ISO 4217 currency code.
account_number string
sort_code string
iban string
balances object
status string
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

bud-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bud-co/refs/heads/main/json-schema/bud-account-schema.json",
  "title": "Bud Account",
  "type": "object",
  "description": "An account record on the Bud platform, sourced either from an Open Banking connection (Connect API) or first-party ingestion.",
  "required": ["id", "customer_id", "type", "currency"],
  "properties": {
    "id": {"type": "string", "description": "Bud-assigned account identifier."},
    "customer_id": {"type": "string", "description": "Identifier of the customer that owns this account."},
    "connection_id": {"type": "string", "description": "Identifier of the Open Banking connection the account was sourced from (null for ingested accounts)."},
    "provider_account_id": {"type": "string"},
    "provider": {
      "type": "object",
      "properties": {
        "id": {"type": "string"},
        "name": {"type": "string"},
        "country": {"type": "string"}
      }
    },
    "type": {
      "type": "string",
      "enum": ["current", "savings", "credit_card", "loan", "mortgage", "investment", "ewallet", "other"]
    },
    "subtype": {"type": "string"},
    "name": {"type": "string"},
    "nickname": {"type": "string"},
    "currency": {"type": "string", "description": "ISO 4217 currency code."},
    "account_number": {"type": "string"},
    "sort_code": {"type": "string"},
    "iban": {"type": "string"},
    "balances": {
      "type": "object",
      "properties": {
        "current": {"type": "number"},
        "available": {"type": "number"},
        "credit_limit": {"type": "number"},
        "as_of": {"type": "string", "format": "date-time"}
      }
    },
    "status": {
      "type": "string",
      "enum": ["active", "closed", "reopened", "dormant"]
    },
    "created_at": {"type": "string", "format": "date-time"},
    "updated_at": {"type": "string", "format": "date-time"}
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/bud-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.