Lithic · Schema

Create Management Operation Request

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
category object
event_type object
subtype string
financial_account_token string
amount integer
memo string
user_defined_id string
effective_date string
token string Customer-provided token that will serve as an idempotency token. This token will become the transaction token.
direction object
on_closed_account object
View JSON Schema on GitHub

JSON Schema

lithic-com-create-management-operation-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/create_management_operation_request",
  "title": "Create Management Operation Request",
  "type": "object",
  "properties": {
    "category": {
      "$ref": "#/components/schemas/management_operation_category"
    },
    "event_type": {
      "$ref": "#/components/schemas/management_operation_event_type"
    },
    "subtype": {
      "type": "string"
    },
    "financial_account_token": {
      "type": "string",
      "format": "uuid"
    },
    "amount": {
      "type": "integer",
      "minimum": 1
    },
    "memo": {
      "type": "string"
    },
    "user_defined_id": {
      "type": "string"
    },
    "effective_date": {
      "type": "string",
      "format": "date"
    },
    "token": {
      "description": "Customer-provided token that will serve as an idempotency token. This token will become the transaction token.",
      "type": "string",
      "format": "uuid"
    },
    "direction": {
      "$ref": "#/components/schemas/management_operation_direction"
    },
    "on_closed_account": {
      "$ref": "#/components/schemas/on_closed_account"
    }
  },
  "required": [
    "category",
    "event_type",
    "financial_account_token",
    "amount",
    "effective_date",
    "direction"
  ]
}

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-create-management-operation-request"
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.