Lithic · Schema

External Payment Progress To

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-external-payment-progress-to-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_payment_progress_to",
  "title": "External Payment Progress To",
  "type": "string",
  "enum": [
    "SETTLED",
    "RELEASED"
  ]
}