Lithic · Schema

Void Hold Request

Request to void an active hold

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
memo stringnull Reason for voiding the hold
View JSON Schema on GitHub

JSON Schema

lithic-void-hold-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/void_hold_request",
  "title": "Void Hold Request",
  "description": "Request to void an active hold",
  "type": "object",
  "properties": {
    "memo": {
      "type": [
        "string",
        "null"
      ],
      "description": "Reason for voiding the hold"
    }
  }
}