Lithic · Schema

KycExempt

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
address object KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable.
business_account_token string Only applicable for customers using the KYC-Exempt workflow to enroll authorized users of businesses. Pass the account_token of the enrolled business associated with the AUTHORIZED_USER in this field.
email string The KYC Exempt user's email
external_id string A user provided id that can be used to link an account holder with an external system
first_name string The KYC Exempt user's first name
kyc_exemption_type string Specifies the type of KYC Exempt user
last_name string The KYC Exempt user's last name
phone_number string The KYC Exempt user's phone number, entered in E.164 format.
workflow string Specifies the workflow type. This must be 'KYC_EXEMPT'
View JSON Schema on GitHub

JSON Schema

lithic-com-kycexempt-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KycExempt",
  "title": "KycExempt",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/Address",
      "description": "KYC Exempt user's current address - PO boxes, UPS drops, and FedEx drops are not acceptable; APO/FPO are acceptable.\n"
    },
    "business_account_token": {
      "description": "Only applicable for customers using the KYC-Exempt workflow to enroll authorized users of businesses. Pass the account_token of the enrolled business associated with the AUTHORIZED_USER in this field.",
      "type": "string"
    },
    "email": {
      "description": "The KYC Exempt user's email",
      "type": "string"
    },
    "external_id": {
      "description": "A user provided id that can be used to link an account holder with an external system",
      "type": "string"
    },
    "first_name": {
      "description": "The KYC Exempt user's first name",
      "type": "string"
    },
    "kyc_exemption_type": {
      "description": "Specifies the type of KYC Exempt user",
      "enum": [
        "AUTHORIZED_USER",
        "PREPAID_CARD_USER"
      ],
      "type": "string"
    },
    "last_name": {
      "description": "The KYC Exempt user's last name",
      "type": "string"
    },
    "phone_number": {
      "description": "The KYC Exempt user's phone number, entered in E.164 format.",
      "type": "string"
    },
    "workflow": {
      "description": "Specifies the workflow type. This must be 'KYC_EXEMPT'",
      "enum": [
        "KYC_EXEMPT"
      ],
      "type": "string"
    }
  },
  "required": [
    "address",
    "email",
    "first_name",
    "kyc_exemption_type",
    "last_name",
    "phone_number",
    "workflow"
  ],
  "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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-kycexempt"
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 email required.

A second provider on the same verified email joins the account you already have.