Lithic · Schema
Statement Line Item Response
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| token | string | Globally unique identifier for a Statement Line Item |
| financial_account_token | string | Globally unique identifier for a financial account |
| card_token | string | Globally unique identifier for a card |
| financial_transaction_token | string | Globally unique identifier for a financial transaction |
| financial_transaction_event_token | string | Globally unique identifier for a financial transaction event |
| category | object | |
| event_type | object | |
| event_subtype | stringnull | Subtype of the event that generated the line items |
| loan_tape_date | stringnull | Date of the loan tape that generated this line item |
| effective_date | string | Date that the transaction effected the account balance |
| descriptor | string | |
| amount | integer | Transaction amount in cents |
| currency | string | 3-character alphabetic ISO 4217 code for the settling currency of the transaction |
| created | string | Timestamp of when the line item was generated |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/statement_line_item_response",
"title": "Statement Line Item Response",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "Globally unique identifier for a Statement Line Item"
},
"financial_account_token": {
"description": "Globally unique identifier for a financial account",
"type": "string",
"format": "uuid"
},
"card_token": {
"description": "Globally unique identifier for a card",
"type": "string",
"format": "uuid"
},
"financial_transaction_token": {
"description": "Globally unique identifier for a financial transaction",
"type": "string",
"format": "uuid"
},
"financial_transaction_event_token": {
"description": "Globally unique identifier for a financial transaction event",
"type": "string",
"format": "uuid"
},
"category": {
"$ref": "#/components/schemas/transaction_category"
},
"event_type": {
"$ref": "#/components/schemas/financial_event_type"
},
"event_subtype": {
"type": [
"string",
"null"
],
"description": "Subtype of the event that generated the line items"
},
"loan_tape_date": {
"type": [
"string",
"null"
],
"format": "date",
"description": "Date of the loan tape that generated this line item"
},
"effective_date": {
"description": "Date that the transaction effected the account balance",
"type": "string",
"format": "date"
},
"descriptor": {
"type": "string"
},
"amount": {
"type": "integer",
"description": "Transaction amount in cents"
},
"currency": {
"type": "string",
"description": "3-character alphabetic ISO 4217 code for the settling currency of the transaction"
},
"created": {
"type": "string",
"format": "date-time",
"description": "Timestamp of when the line item was generated"
}
},
"required": [
"token",
"financial_account_token",
"financial_transaction_token",
"financial_transaction_event_token",
"category",
"event_type",
"effective_date",
"amount",
"currency",
"created"
]
}
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-line-item-response"
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.