Lithic · Schema

Event Stream Types

The event stream during which the rule will be evaluated.

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-event-stream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/event-stream",
  "title": "Event Stream Types",
  "type": "string",
  "enum": [
    "AUTHORIZATION",
    "THREE_DS_AUTHENTICATION",
    "TOKENIZATION",
    "ACH_CREDIT_RECEIPT",
    "ACH_DEBIT_RECEIPT",
    "CARD_TRANSACTION_UPDATE"
  ],
  "description": "The event stream during which the rule will be evaluated."
}