Lithic · Schema
Account Holder Verification
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| account_token | string | The token of the account being verified. |
| created | string | When the account_holder verification status was updated |
| status | string | The status of the account_holder that was created |
| status_reasons | array | |
| token | string | The token of the account_holder being verified. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/account-holder-verification",
"title": "Account Holder Verification",
"examples": [
{
"account_token": "00000000-0000-0000-0000-000000000001",
"created": "2023-09-26 16:41:40.530938",
"status": "ACCEPTED",
"status_reasons": [],
"token": "00000000-0000-0000-0000-000000000001"
}
],
"properties": {
"account_token": {
"description": "The token of the account being verified.",
"example": "00000000-0000-0000-0000-000000000001",
"format": "uuid",
"type": "string"
},
"created": {
"description": "When the account_holder verification status was updated",
"format": "date-time",
"type": "string"
},
"status": {
"description": "The status of the account_holder that was created",
"enum": [
"ACCEPTED",
"PENDING_REVIEW",
"REJECTED"
],
"example": "ACCEPTED",
"type": "string"
},
"status_reasons": {
"items": {
"description": "If status is not ACCEPTED, status_reasons provides the reasons an account_holder was REJECTED or is PENDING_REVIEW.",
"type": "string"
},
"type": "array"
},
"token": {
"description": "The token of the account_holder being verified.",
"example": "00000000-0000-0000-0000-000000000001",
"format": "uuid",
"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-account-holder-verification"
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.