Lithic · Schema

External Payment Action Request

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
memo string
effective_date string
View JSON Schema on GitHub

JSON Schema

lithic-external-payment-action-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/external_payment_action_request",
  "title": "External Payment Action Request",
  "type": "object",
  "properties": {
    "memo": {
      "type": "string"
    },
    "effective_date": {
      "type": "string",
      "format": "date"
    }
  },
  "required": [
    "effective_date"
  ]
}