Lithic · Schema

Velocity Limits Scope

The scope the velocity is calculated for

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-velocity-scope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/velocity-scope",
  "title": "Velocity Limits Scope",
  "type": "string",
  "enum": [
    "CARD",
    "ACCOUNT"
  ],
  "description": "The scope the velocity is calculated for"
}