Lithic · Schema

Transaction Event Amounts

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
cardholder object
merchant object
settlement objectnull
View JSON Schema on GitHub

JSON Schema

lithic-com-transaction-event-amounts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/transaction_event_amounts",
  "title": "Transaction Event Amounts",
  "type": "object",
  "properties": {
    "cardholder": {
      "type": "object",
      "properties": {
        "amount": {
          "description": "Amount of the event in the cardholder billing currency.",
          "type": "integer",
          "example": 1000
        },
        "conversion_rate": {
          "description": "Exchange rate used to convert the merchant amount to the cardholder billing amount.",
          "type": "string",
          "example": "1.000000"
        },
        "currency": {
          "$ref": "#/components/schemas/currency"
        }
      },
      "required": [
        "amount",
        "conversion_rate",
        "currency"
      ]
    },
    "merchant": {
      "type": "object",
      "properties": {
        "amount": {
          "description": "Amount of the event in the merchant currency.",
          "type": "integer",
          "example": 1000
        },
        "currency": {
          "$ref": "#/components/schemas/currency"
        }
      },
      "required": [
        "amount",
        "currency"
      ]
    },
    "settlement": {
      "type": [
        "object",
        "null"
      ],
      "properties": {
        "amount": {
          "description": "Amount of the event, if it is financial, in the settlement currency. Non-financial events do not contain this amount because they do not move funds.",
          "type": "integer",
          "example": 1000
        },
        "conversion_rate": {
          "description": "Exchange rate used to convert the merchant amount to the settlement amount.",
          "type": "string",
          "example": "1.000000"
        },
        "currency": {
          "$ref": "#/components/schemas/currency"
        }
      },
      "required": [
        "amount",
        "conversion_rate",
        "currency"
      ]
    }
  },
  "required": [
    "cardholder",
    "merchant",
    "settlement"
  ]
}

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-transaction-event-amounts"
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.