Lithic · Schema
Bank Account Api Response
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| token | string | A globally unique identifier for this record of an external bank account association. If a program links an external bank account to more than one end-user or to both the program and the end-user, the |
| owner | string | Legal Name of the business or individual who owns the external account. This will appear in statements |
| routing_number | string | Routing Number |
| last_four | string | The last 4 digits of the bank account. Derived by Lithic from the account number passed |
| name | stringnull | The nickname for this External Bank Account |
| currency | string | currency of the external account 3-character alphabetic ISO 4217 code |
| country | string | The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA |
| account_token | stringnull | Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null |
| created | string | An ISO 8601 string representing when this funding source was added to the Lithic account. |
| company_id | stringnull | Optional field that helps identify bank accounts in receipts |
| dob | stringnull | Date of Birth of the Individual that owns the external bank account |
| doing_business_as | stringnull | Doing Business As |
| user_defined_id | stringnull | User Defined ID |
| verification_failed_reason | stringnull | Optional free text description of the reason for the failed verification. For ACH micro-deposits returned, this field will display the reason return code sent by the ACH network |
| verification_attempts | integer | The number of attempts at verification |
| financial_account_token | stringnull | The financial account token of the operating account to fund the micro deposits |
| type | object | Account Type |
| verification_method | string | Verification Method |
| owner_type | string | Owner Type |
| state | object | Account State |
| verification_state | object | Verification State |
| address | object | Address |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/bank_account_api_response_unlinked",
"title": "Bank Account Api Response",
"type": "object",
"properties": {
"token": {
"description": "A globally unique identifier for this record of an external bank account association. If a program links an external bank account to more than one end-user or to both the program and the end-user, then Lithic will return each record of the association",
"type": "string",
"format": "uuid"
},
"owner": {
"description": "Legal Name of the business or individual who owns the external account. This will appear in statements",
"type": "string"
},
"routing_number": {
"description": "Routing Number",
"type": "string"
},
"last_four": {
"description": "The last 4 digits of the bank account. Derived by Lithic from the account number passed",
"type": "string"
},
"name": {
"description": "The nickname for this External Bank Account",
"type": [
"string",
"null"
]
},
"currency": {
"description": "currency of the external account 3-character alphabetic ISO 4217 code",
"type": "string"
},
"country": {
"description": "The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA",
"type": "string"
},
"account_token": {
"description": "Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null",
"type": [
"string",
"null"
],
"format": "uuid"
},
"created": {
"description": "An ISO 8601 string representing when this funding source was added to the Lithic account.",
"type": "string",
"format": "date-time"
},
"company_id": {
"description": "Optional field that helps identify bank accounts in receipts",
"type": [
"string",
"null"
]
},
"dob": {
"description": "Date of Birth of the Individual that owns the external bank account",
"title": "Date of Birth",
"type": [
"string",
"null"
],
"format": "date"
},
"doing_business_as": {
"description": "Doing Business As",
"type": [
"string",
"null"
]
},
"user_defined_id": {
"description": "User Defined ID",
"title": "User Defined ID",
"type": [
"string",
"null"
]
},
"verification_failed_reason": {
"description": "Optional free text description of the reason for the failed verification. For ACH micro-deposits returned, this field will display the reason return code sent by the ACH network",
"type": [
"string",
"null"
]
},
"verification_attempts": {
"description": "The number of attempts at verification",
"type": "integer"
},
"financial_account_token": {
"description": "The financial account token of the operating account to fund the micro deposits",
"type": [
"string",
"null"
],
"format": "uuid"
},
"type": {
"description": "Account Type",
"$ref": "#/components/schemas/account_type"
},
"verification_method": {
"title": "Verification Method",
"description": "Verification Method",
"type": "string",
"enum": [
"MANUAL",
"MICRO_DEPOSIT",
"PLAID",
"PRENOTE"
]
},
"owner_type": {
"title": "Owner Type",
"description": "Owner Type",
"type": "string",
"enum": [
"BUSINESS",
"INDIVIDUAL"
]
},
"state": {
"description": "Account State",
"$ref": "#/components/schemas/account_state",
"x-stainless-naming": {
"java": {
"type_name": "State"
}
}
},
"verification_state": {
"description": "Verification State",
"$ref": "#/components/schemas/verification_state"
},
"address": {
"description": "Address",
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/external_bank_account_address"
}
]
}
},
"required": [
"token",
"type",
"verification_method",
"owner_type",
"owner",
"state",
"verification_state",
"routing_number",
"last_four",
"currency",
"country",
"created",
"verification_attempts"
]
}
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-bank-account-api-response-unlinked"
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.