Lithic · Schema

Funding Event Response

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
token string Unique token ID
collection_tokens array IDs of collections, further information can be gathered from the appropriate collection API based on collection_resource_type
previous_high_watermark string Time of the previous high watermark
high_watermark string Time of the high watermark
collection_resource_type string Collection resource type
network_settlement_summary array Network settlement summary breakdown by network settlement date
created string Time of the creation
updated string Time of the update
View JSON Schema on GitHub

JSON Schema

lithic-com-funding-event-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/funding_event_response",
  "title": "Funding Event Response",
  "type": "object",
  "properties": {
    "token": {
      "description": "Unique token ID",
      "type": "string",
      "example": "b68b7424-aa69-4cbc-a946-30d90181b621",
      "format": "uuid"
    },
    "collection_tokens": {
      "description": "IDs of collections, further information can be gathered from the appropriate collection API based on collection_resource_type",
      "type": "array",
      "items": {
        "type": "string",
        "example": "b68b7424-aa69-4cbc-a946-30d90181b621",
        "format": "uuid"
      }
    },
    "previous_high_watermark": {
      "description": "Time of the previous high watermark",
      "type": "string",
      "example": "2024-01-01T00:00:00Z",
      "format": "date-time"
    },
    "high_watermark": {
      "description": "Time of the high watermark",
      "type": "string",
      "example": "2024-01-01T00:00:00Z",
      "format": "date-time"
    },
    "collection_resource_type": {
      "description": "Collection resource type",
      "type": "string",
      "example": "PAYMENT",
      "enum": [
        "BOOK_TRANSFER",
        "PAYMENT"
      ]
    },
    "network_settlement_summary": {
      "description": "Network settlement summary breakdown by network settlement date",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/funding_event_settlement"
      }
    },
    "created": {
      "description": "Time of the creation",
      "type": "string",
      "example": "2024-01-01T00:00:00Z",
      "format": "date-time"
    },
    "updated": {
      "description": "Time of the update",
      "type": "string",
      "example": "2024-01-01T00:00:00Z",
      "format": "date-time"
    }
  },
  "required": [
    "token",
    "previous_high_watermark",
    "high_watermark",
    "collection_resource_type",
    "created",
    "updated",
    "network_settlement_summary",
    "collection_tokens"
  ]
}

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-funding-event-response"
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.