Lithic · Schema

Hold Event

Event representing a lifecycle change to a hold

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
token string
type object
result object
detailed_results array
amount integer Amount in cents
created string
memo stringnull
settling_transaction_token stringnull Transaction token of the payment that settled this hold (only populated for HOLD_SETTLED events)
View JSON Schema on GitHub

JSON Schema

lithic-com-hold-event-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/hold_event",
  "title": "Hold Event",
  "description": "Event representing a lifecycle change to a hold",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "format": "uuid"
    },
    "type": {
      "$ref": "#/components/schemas/hold_event_type"
    },
    "result": {
      "$ref": "#/components/schemas/transaction_result"
    },
    "detailed_results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/detailed_results"
      }
    },
    "amount": {
      "type": "integer",
      "description": "Amount in cents"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "memo": {
      "type": [
        "string",
        "null"
      ]
    },
    "settling_transaction_token": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "Transaction token of the payment that settled this hold (only populated for HOLD_SETTLED events)"
    }
  },
  "required": [
    "token",
    "type",
    "result",
    "detailed_results",
    "amount",
    "created",
    "memo",
    "settling_transaction_token"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-hold-event"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.