Lithic · Schema

Financial Account Status

Status of the financial account

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-financial-account-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/financial-account-status",
  "title": "Financial Account Status",
  "description": "Status of the financial account",
  "type": "string",
  "enum": [
    "OPEN",
    "CLOSED",
    "SUSPENDED",
    "PENDING"
  ]
}