Lithic · Schema

Book Transfer Detailed Results

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

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