Lithic · Schema
Financial Account Response
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| token | string | Globally unique identifier for the account |
| created | string | |
| updated | string | |
| type | object | |
| routing_number | stringnull | |
| account_number | stringnull | |
| nickname | stringnull | |
| account_token | stringnull | |
| status | object | |
| substatus | object | |
| user_defined_status | stringnull | User-defined status for the financial account |
| is_for_benefit_of | boolean | Whether financial account is for the benefit of another entity |
| credit_configuration | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/financial-account-response",
"title": "Financial Account Response",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "Globally unique identifier for the account",
"example": "b68b7424-aa69-4cbc-a946-30d90181b621",
"format": "uuid"
},
"created": {
"type": "string",
"format": "date-time"
},
"updated": {
"type": "string",
"format": "date-time"
},
"type": {
"anyOf": [
{
"$ref": "#/components/schemas/instance-financial-account-type"
},
{
"$ref": "#/components/schemas/account-financial-account-type"
}
]
},
"routing_number": {
"type": [
"string",
"null"
]
},
"account_number": {
"type": [
"string",
"null"
]
},
"nickname": {
"type": [
"string",
"null"
]
},
"account_token": {
"type": [
"string",
"null"
],
"format": "uuid"
},
"status": {
"$ref": "#/components/schemas/financial-account-status"
},
"substatus": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/financial-account-substatus"
}
]
},
"user_defined_status": {
"type": [
"string",
"null"
],
"description": "User-defined status for the financial account"
},
"is_for_benefit_of": {
"type": "boolean",
"description": "Whether financial account is for the benefit of another entity"
},
"credit_configuration": {
"$ref": "#/components/schemas/financial-account-credit-config"
}
},
"required": [
"token",
"created",
"updated",
"type",
"nickname",
"is_for_benefit_of",
"account_token",
"credit_configuration",
"status",
"substatus",
"user_defined_status"
]
}
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-account-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.