Chime · Schema

ChimeTransaction

Schema for a Chime bank account transaction record.

FintechNeobankBankingChecking AccountsSavings AccountsEarly Paycheck AccessCredit BuildingPeer-to-Peer PaymentsConsumer Banking

Properties

Name Type Description
id string Unique identifier for the transaction
account_id string ID of the account the transaction belongs to
amount number Transaction amount in USD. Negative for debits/withdrawals, positive for credits/deposits.
description string Merchant or transaction description
date string Date the transaction posted (ISO 8601 format: YYYY-MM-DD)
type string Type of transaction
status string Settlement status of the transaction
merchant_name string Name of the merchant where the transaction occurred
category string Spending category for the transaction
View JSON Schema on GitHub

JSON Schema

chime-transaction-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/chime/main/json-schema/chime-transaction-schema.json",
  "title": "ChimeTransaction",
  "description": "Schema for a Chime bank account transaction record.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the transaction"
    },
    "account_id": {
      "type": "string",
      "description": "ID of the account the transaction belongs to"
    },
    "amount": {
      "type": "number",
      "description": "Transaction amount in USD. Negative for debits/withdrawals, positive for credits/deposits."
    },
    "description": {
      "type": "string",
      "description": "Merchant or transaction description"
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "Date the transaction posted (ISO 8601 format: YYYY-MM-DD)"
    },
    "type": {
      "type": "string",
      "description": "Type of transaction",
      "enum": ["debit", "credit", "transfer"]
    },
    "status": {
      "type": "string",
      "description": "Settlement status of the transaction",
      "enum": ["pending", "posted"]
    },
    "merchant_name": {
      "type": "string",
      "description": "Name of the merchant where the transaction occurred"
    },
    "category": {
      "type": "string",
      "description": "Spending category for the transaction"
    }
  },
  "required": ["id", "account_id", "amount", "date", "type", "status"],
  "additionalProperties": false
}

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/chime-transaction"
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 email required.

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