Lithic · Schema

Auth Rule Card Tokens

Card tokens to which the Auth Rule applies.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

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