Lithic · Schema

KybDelegatedIndividual

Individuals associated with a KYB_DELEGATED application. Only first and last name are required.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-kybdelegatedindividual-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KybDelegatedIndividual",
  "title": "KybDelegatedIndividual",
  "allOf": [
    {
      "$ref": "#/components/schemas/Individual"
    },
    {
      "required": [
        "first_name",
        "last_name"
      ],
      "type": "object"
    }
  ],
  "description": "Individuals associated with a KYB_DELEGATED application. Only first and last name are required."
}