Lithic · Schema
Unverified Create Bank Account Api Request
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| verification_method | object | Verification Method |
| owner_type | object | Owner Type |
| owner | string | Legal Name of the business or individual who owns the external account. This will appear in statements |
| account_token | string | 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 |
| company_id | string | Optional field that helps identify bank accounts in receipts |
| doing_business_as | string | Doing Business As |
| dob | string | Date of Birth of the Individual that owns the external bank account |
| user_defined_id | string | User Defined ID |
| type | object | Account Type |
| routing_number | string | Routing Number |
| account_number | string | Account Number |
| name | string | The nickname for this External Bank Account |
| 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 |
| currency | string | currency of the external account 3-character alphabetic ISO 4217 code |
| address | object | Address |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/unverified_create_bank_account_api_request",
"title": "Unverified Create Bank Account Api Request",
"type": "object",
"properties": {
"verification_method": {
"description": "Verification Method",
"$ref": "#/components/schemas/unverified_verification_method"
},
"owner_type": {
"description": "Owner Type",
"$ref": "#/components/schemas/owner_type"
},
"owner": {
"description": "Legal Name of the business or individual who owns the external account. This will appear in statements",
"type": "string",
"minLength": 1,
"maxLength": 100,
"pattern": "^[!-~ ]*$"
},
"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",
"format": "uuid"
},
"company_id": {
"description": "Optional field that helps identify bank accounts in receipts",
"type": "string",
"minLength": 1,
"maxLength": 10,
"pattern": "^[a-zA-Z0-9]*$"
},
"doing_business_as": {
"description": "Doing Business As",
"type": "string",
"minLength": 1,
"maxLength": 40
},
"dob": {
"description": "Date of Birth of the Individual that owns the external bank account",
"title": "Date of Birth",
"type": "string",
"format": "date"
},
"user_defined_id": {
"description": "User Defined ID",
"title": "User Defined ID",
"type": "string",
"minLength": 1,
"maxLength": 256
},
"type": {
"description": "Account Type",
"$ref": "#/components/schemas/account_type"
},
"routing_number": {
"description": "Routing Number",
"type": "string",
"minLength": 9,
"maxLength": 9,
"pattern": "^[0-9]{9}$",
"example": "123456789"
},
"account_number": {
"description": "Account Number",
"type": "string",
"minLength": 1,
"maxLength": 17,
"pattern": "^[0-9-]{1,17}$",
"example": "12345678901234567"
},
"name": {
"description": "The nickname for this External Bank Account",
"type": "string",
"minLength": 1,
"maxLength": 50,
"pattern": "^[!-~ ]*$"
},
"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",
"minLength": 3,
"maxLength": 3,
"pattern": "^[A-Z]{3}$",
"example": "USD"
},
"currency": {
"description": "currency of the external account 3-character alphabetic ISO 4217 code",
"type": "string",
"minLength": 3,
"maxLength": 3,
"pattern": "^[A-Z]{3}$",
"example": "USD"
},
"address": {
"description": "Address",
"$ref": "#/components/schemas/external_bank_account_address"
}
},
"required": [
"type",
"routing_number",
"account_number",
"country",
"currency",
"verification_method",
"owner_type",
"owner"
]
}
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-unverified-create-bank-account-api-request"
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.