Lithic · Schema

Bank Verified Verification Methods

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-bank-verified-verification-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bank_verified_verification_method",
  "title": "Bank Verified Verification Methods",
  "type": "string",
  "enum": [
    "MICRO_DEPOSIT",
    "PRENOTE"
  ]
}