Lithic · Schema

Auth Rule Excluded Card Tokens

Card tokens to which the Auth Rule does not apply.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-excluded-card-tokens-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/excluded-card-tokens",
  "title": "Auth Rule Excluded Card Tokens",
  "description": "Card tokens to which the Auth Rule does not apply.",
  "type": "array",
  "items": {
    "type": "string",
    "format": "uuid"
  }
}