Properties
| Name | Type | Description |
|---|---|---|
| category | string | Status types: * `TRANSFER` - Internal transfer of funds between financial accounts in your program. |
| created | string | Date and time when the transfer 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 transfer; may be useful to display to users. |
| events | array | A list of all financial events that have modified this trasnfer. |
| from_balance | array | The updated balance of the sending financial account. |
| 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). |
| status | string | Status types: * `DECLINED` - The transfer was declined. * `EXPIRED` - The transfer was held in pending for too long and expired. * `PENDING` - The transfer is pending release from a hold. * `SETTLED` |
| to_balance | array | The updated balance of the receiving financial account. |
| token | string | Globally unique identifier for the transfer event. |
| updated | string | Date and time when the financial transaction was last updated. UTC time zone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Transfer",
"title": "Transfer",
"properties": {
"category": {
"description": "Status types:\n* `TRANSFER` - Internal transfer of funds between financial accounts in your program.\n",
"enum": [
"TRANSFER"
],
"type": "string"
},
"created": {
"description": "Date and time when the transfer 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 transfer; may be useful to display to users.",
"type": "string"
},
"events": {
"description": "A list of all financial events that have modified this trasnfer.",
"items": {
"$ref": "#/components/schemas/financial_event"
},
"type": "array"
},
"from_balance": {
"description": "The updated balance of the sending financial account.",
"items": {
"$ref": "#/components/schemas/balance"
},
"type": "array"
},
"pending_amount": {
"description": "Pending amount of the transaction in the currency's smallest unit (e.g., cents), including any acquirer fees.\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).",
"type": "integer"
},
"status": {
"description": "Status types:\n* `DECLINED` - The transfer was declined.\n* `EXPIRED` - The transfer was held in pending for too long and expired.\n* `PENDING` - The transfer is pending release from a hold.\n* `SETTLED` - The transfer is completed.\n* `VOIDED` - The transfer was reversed before it settled.\n",
"enum": [
"DECLINED",
"EXPIRED",
"PENDING",
"SETTLED",
"VOIDED"
],
"type": "string"
},
"to_balance": {
"description": "The updated balance of the receiving financial account.",
"items": {
"$ref": "#/components/schemas/balance"
},
"type": "array"
},
"token": {
"description": "Globally unique identifier for the transfer event.",
"format": "uuid",
"type": "string"
},
"updated": {
"description": "Date and time when the financial transaction was last updated. UTC time zone.",
"format": "date-time",
"type": "string"
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-transfer"
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.