Lithic · Schema

Account Financial Account Type

Type of account financial account

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-account-financial-account-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/account-financial-account-type",
  "title": "Account Financial Account Type",
  "description": "Type of account financial account",
  "type": "string",
  "enum": [
    "ISSUING",
    "OPERATING"
  ]
}