Lithic · Schema

Auto Collection Configuration Request

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
auto_collection_enabled boolean If auto collection is enabled for this account
View JSON Schema on GitHub

JSON Schema

lithic-auto-collection-configuration-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/auto-collection-configuration-request",
  "title": "Auto Collection Configuration Request",
  "type": "object",
  "properties": {
    "auto_collection_enabled": {
      "type": "boolean",
      "description": "If auto collection is enabled for this account"
    }
  },
  "required": []
}