Lithic · Schema
Financial Transaction
Financial transaction with inheritance from unified base transaction
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/financial-transaction",
"title": "Financial Transaction",
"description": "Financial transaction with inheritance from unified base transaction",
"allOf": [
{
"$ref": "#/components/schemas/base_transaction"
},
{
"type": "object",
"properties": {
"family": {
"type": "string",
"const": "INTERNAL",
"description": "INTERNAL - Financial Transaction"
},
"category": {
"$ref": "#/components/schemas/transaction_category",
"description": "Transaction category"
},
"result": {
"$ref": "#/components/schemas/transaction_result",
"description": "Transaction result"
},
"currency": {
"type": "string",
"description": "Currency of the transaction, represented in ISO 4217 format",
"example": "USD"
},
"settled_amount": {
"type": "integer",
"description": "Settled amount in cents",
"example": 200
},
"pending_amount": {
"type": "integer",
"description": "Pending amount in cents",
"example": 500
},
"events": {
"type": "array",
"items": {
"$ref": "#/components/schemas/financial_event"
},
"description": "List of transaction events"
},
"descriptor": {
"type": "string",
"description": "Transaction descriptor"
},
"financial_account_token": {
"type": "string",
"format": "uuid",
"description": "Financial account token associated with the transaction",
"example": "0cc87075-57cf-4607-8722-f42e2cb2c0cd"
}
},
"required": [
"category",
"currency",
"family",
"result",
"settled_amount",
"pending_amount",
"events",
"descriptor",
"financial_account_token"
]
}
]
}
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-financial-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.