Bank of America · Schema
Transaction
An account transaction record
BankingCorporate BankingFinancePaymentsTreasuryCashProFortune 100
Properties
| Name | Type | Description |
|---|---|---|
| transactionId | string | Unique transaction identifier |
| accountId | string | Account the transaction belongs to |
| type | string | Transaction type (debit, credit) |
| amount | number | Transaction amount |
| currency | string | Transaction currency |
| description | string | Transaction description or memo |
| referenceNumber | string | Bank reference number |
| valueDate | string | Value date of the transaction |
| postDate | string | Post date of the transaction |
| status | string | Transaction status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/bank-of-america/json-schema/transaction-schema.json",
"title": "Transaction",
"type": "object",
"description": "An account transaction record",
"properties": {
"transactionId": {
"type": "string",
"description": "Unique transaction identifier"
},
"accountId": {
"type": "string",
"description": "Account the transaction belongs to"
},
"type": {
"type": "string",
"description": "Transaction type (debit, credit)",
"enum": [
"debit",
"credit"
]
},
"amount": {
"type": "number",
"format": "double",
"description": "Transaction amount"
},
"currency": {
"type": "string",
"description": "Transaction currency"
},
"description": {
"type": "string",
"description": "Transaction description or memo"
},
"referenceNumber": {
"type": "string",
"description": "Bank reference number"
},
"valueDate": {
"type": "string",
"format": "date",
"description": "Value date of the transaction"
},
"postDate": {
"type": "string",
"format": "date",
"description": "Post date of the transaction"
},
"status": {
"type": "string",
"description": "Transaction status"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/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 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.