Lithic · Schema

Transfer Limit Item

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
company_id string Company ID
is_fbo boolean Whether the company is a FBO; based on the company ID prefix
date string The date for the limit view (ISO format)
program_limit_per_transaction object Program transaction limits
daily_limit object Daily limits with progress
monthly_limit object Monthly limits with progress
View JSON Schema on GitHub

JSON Schema

lithic-com-transfer-limit-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/transfer_limit_item",
  "title": "Transfer Limit Item",
  "type": "object",
  "properties": {
    "company_id": {
      "description": "Company ID",
      "type": "string"
    },
    "is_fbo": {
      "description": "Whether the company is a FBO; based on the company ID prefix",
      "type": "boolean"
    },
    "date": {
      "description": "The date for the limit view (ISO format)",
      "type": "string",
      "format": "date"
    },
    "program_limit_per_transaction": {
      "description": "Program transaction limits",
      "$ref": "#/components/schemas/directional_limits"
    },
    "daily_limit": {
      "description": "Daily limits with progress",
      "$ref": "#/components/schemas/directional_limits"
    },
    "monthly_limit": {
      "description": "Monthly limits with progress",
      "$ref": "#/components/schemas/directional_limits"
    }
  },
  "required": [
    "company_id",
    "is_fbo",
    "date",
    "program_limit_per_transaction",
    "daily_limit",
    "monthly_limit"
  ]
}

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-transfer-limit-item"
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.