Lithic · Schema

On Closed Account

What to do if the financial account is closed when posting an operation

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-on-closed-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/on_closed_account",
  "title": "On Closed Account",
  "description": "What to do if the financial account is closed when posting an operation",
  "type": "string",
  "enum": [
    "FAIL",
    "USE_SUSPENSE"
  ],
  "default": "FAIL"
}