Lithic · Schema

Verification Method

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-verification-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/verification_method",
  "title": "Verification Method",
  "type": "string",
  "enum": [
    "MANUAL",
    "MICRO_DEPOSIT",
    "PRENOTE",
    "EXTERNALLY_VERIFIED",
    "UNVERIFIED"
  ]
}