Lithic · Schema

External Payment Direction

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-external-payment-direction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_payment_direction",
  "title": "External Payment Direction",
  "type": "string",
  "enum": [
    "DEPOSIT",
    "WITHDRAWAL"
  ]
}