Lithic · Schema

Detailed Results

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-detailed-results-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/detailed_results",
  "title": "Detailed Results",
  "type": "string",
  "enum": [
    "APPROVED",
    "INSUFFICIENT_FUNDS"
  ]
}