Lithic · Schema

Tokenization TFA Reason

Reason code for why a tokenization required two-factor authentication

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-tokenization-tfa-reason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tokenization-tfa-reason",
  "title": "Tokenization TFA Reason",
  "description": "Reason code for why a tokenization required two-factor authentication",
  "type": "string",
  "enum": [
    "WALLET_RECOMMENDED_TFA",
    "SUSPICIOUS_ACTIVITY",
    "DEVICE_RECENTLY_LOST",
    "TOO_MANY_RECENT_ATTEMPTS",
    "TOO_MANY_RECENT_TOKENS",
    "TOO_MANY_DIFFERENT_CARDHOLDERS",
    "OUTSIDE_HOME_TERRITORY",
    "HAS_SUSPENDED_TOKENS",
    "HIGH_RISK",
    "ACCOUNT_SCORE_LOW",
    "DEVICE_SCORE_LOW",
    "CARD_STATE_TFA",
    "HARDCODED_TFA",
    "CUSTOMER_RULE_TFA",
    "DEVICE_HOST_CARD_EMULATION"
  ]
}