Lithic · Schema

Account Holder Entity Type

The type of entity associated with an account holder

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-entity-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/entity-type",
  "title": "Account Holder Entity Type",
  "description": "The type of entity associated with an account holder",
  "type": "string",
  "enum": [
    "BENEFICIAL_OWNER_INDIVIDUAL",
    "CONTROL_PERSON"
  ]
}