Lithic · Schema

Auth Rule Excluded Business Account Tokens

Business account tokens to which the Auth Rule does not apply.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

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