Lithic · Schema

financial-account-transaction

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
category string Status types: * `CARD` - Issuing card transaction. * `ACH` - Transaction over ACH. * `INTERNAL` - Transaction for internal adjustment. * `TRANSFER` - Internal transfer of funds between financial accou
created string Date and time when the financial transaction first occurred. UTC time zone.
currency string 3-character alphabetic ISO 4217 code for the settling currency of the transaction.
descriptor string A string that provides a description of the financial transaction; may be useful to display to users.
events array A list of all financial events that have modified this financial transaction.
pending_amount integer Pending amount of the transaction in the currency's smallest unit (e.g., cents), including any acquirer fees. The value of this field will go to zero over time once the financial transaction is settle
result string APPROVED transactions were successful while DECLINED transactions were declined by user, Lithic, or the network.
settled_amount integer Amount of the transaction that has been settled in the currency's smallest unit (e.g., cents), including any acquirer fees. This may change over time.
status string Status types: * `DECLINED` - The transaction was declined. * `EXPIRED` - The authorization as it has passed its expiration time. Card transaction only. * `PENDING` - The transaction is expected to set
token string Globally unique identifier.
updated string Date and time when the financial transaction was last updated. UTC time zone.
View JSON Schema on GitHub

JSON Schema

lithic-com-financial-account-transaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/financial-account-transaction",
  "title": "financial-account-transaction",
  "properties": {
    "category": {
      "description": "Status types:\n\n* `CARD` - Issuing card transaction.\n* `ACH` - Transaction over ACH.\n* `INTERNAL` - Transaction for internal adjustment.\n* `TRANSFER` - Internal transfer of funds between financial accounts in your program.\n",
      "enum": [
        "ACH",
        "CARD",
        "INTERNAL",
        "TRANSFER"
      ],
      "type": "string"
    },
    "created": {
      "description": "Date and time when the financial transaction first occurred. UTC time zone.",
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "description": "3-character alphabetic ISO 4217 code for the settling currency of the transaction.",
      "type": "string"
    },
    "descriptor": {
      "description": "A string that provides a description of the financial transaction; may be useful to display to users.",
      "type": "string"
    },
    "events": {
      "description": "A list of all financial events that have modified this financial transaction.",
      "items": {
        "$ref": "#/components/schemas/financial_event"
      },
      "type": "array"
    },
    "pending_amount": {
      "description": "Pending amount of the transaction in the currency's smallest unit (e.g., cents), including any acquirer fees.\n\nThe value of this field will go to zero over time once the financial transaction is settled.\n",
      "type": "integer"
    },
    "result": {
      "description": "APPROVED transactions were successful while DECLINED transactions were declined by user, Lithic, or the network.",
      "enum": [
        "APPROVED",
        "DECLINED"
      ],
      "type": "string"
    },
    "settled_amount": {
      "description": "Amount of the transaction that has been settled in the currency's smallest unit (e.g., cents), including any acquirer fees. This may change over time.",
      "type": "integer"
    },
    "status": {
      "description": "Status types:\n\n* `DECLINED` - The transaction was declined.\n* `EXPIRED` - The authorization as it has passed its expiration time. Card transaction only.\n* `PENDING` - The transaction is expected to settle.\n* `RETURNED` - The transaction has been returned.\n* `SETTLED` - The transaction is completed.\n* `VOIDED` - The transaction was voided. Card transaction only.\n",
      "enum": [
        "DECLINED",
        "EXPIRED",
        "PENDING",
        "RETURNED",
        "SETTLED",
        "VOIDED"
      ],
      "type": "string"
    },
    "token": {
      "description": "Globally unique identifier.",
      "format": "uuid",
      "type": "string"
    },
    "updated": {
      "description": "Date and time when the financial transaction was last updated. UTC time zone.",
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "category",
    "created",
    "currency",
    "descriptor",
    "events",
    "pending_amount",
    "result",
    "settled_amount",
    "status",
    "token",
    "updated"
  ],
  "type": "object"
}

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/lithic-com-financial-account-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.