Lithic · Schema

Set Verification Method Allowed Verification Methods

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-set-verification-method-allowed-verification-methods-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/set_verification_method_allowed_verification_methods",
  "title": "Set Verification Method Allowed Verification Methods",
  "type": "string",
  "enum": [
    "MICRO_DEPOSIT",
    "PRENOTE",
    "EXTERNALLY_VERIFIED"
  ]
}