Properties
| Name | Type | Description |
|---|---|---|
| payments | integer | Any funds transfers which affective the balance in cents |
| payment_details | object | |
| purchases | integer | Net card transaction volume less any cash advances in cents |
| fees | integer | Volume of debit management operation transactions less any interest in cents |
| debits | integer | Volume of debit management operation transactions less any interest in cents |
| debit_details | object | |
| credits | integer | Volume of credit management operation transactions less any balance transfers in cents |
| credit_details | object | |
| interest | integer | Interest accrued in cents |
| cash_advances | integer | ATM and cashback transactions in cents |
| balance_transfers | integer | Opening balance transferred from previous account in cents |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/statement_totals",
"title": "Statement Totals",
"type": "object",
"properties": {
"payments": {
"type": "integer",
"description": "Any funds transfers which affective the balance in cents"
},
"payment_details": {
"$ref": "#/components/schemas/payment_details"
},
"purchases": {
"type": "integer",
"description": "Net card transaction volume less any cash advances in cents"
},
"fees": {
"type": "integer",
"description": "Volume of debit management operation transactions less any interest in cents"
},
"debits": {
"type": "integer",
"description": "Volume of debit management operation transactions less any interest in cents"
},
"debit_details": {
"$ref": "#/components/schemas/debit_details"
},
"credits": {
"type": "integer",
"description": "Volume of credit management operation transactions less any balance transfers in cents"
},
"credit_details": {
"$ref": "#/components/schemas/credit_details"
},
"interest": {
"type": "integer",
"description": "Interest accrued in cents"
},
"cash_advances": {
"type": "integer",
"description": "ATM and cashback transactions in cents"
},
"balance_transfers": {
"type": "integer",
"description": "Opening balance transferred from previous account in cents"
}
},
"required": [
"payments",
"purchases",
"fees",
"debits",
"credits",
"interest",
"cash_advances",
"balance_transfers"
]
}
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/lithic-com-statement-totals"
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.