Lithic · Schema

Liability Allocation

Current breakdown of how liability is allocated for the disputed amount

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Properties

Name Type Description
original_amount integer The initial amount disputed
recovered_amount integer The amount that has been recovered from the merchant through the dispute process
written_off_amount integer The amount the issuer has chosen to write off
denied_amount integer The amount that has been denied to the cardholder
remaining_amount integer Any disputed amount that is still outstanding, i.e. has not been recovered, written off, or denied
View JSON Schema on GitHub

JSON Schema

lithic-com-liability-allocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/liability-allocation",
  "title": "Liability Allocation",
  "description": "Current breakdown of how liability is allocated for the disputed amount",
  "type": "object",
  "properties": {
    "original_amount": {
      "description": "The initial amount disputed",
      "type": "integer"
    },
    "recovered_amount": {
      "description": "The amount that has been recovered from the merchant through the dispute process",
      "type": "integer"
    },
    "written_off_amount": {
      "description": "The amount the issuer has chosen to write off",
      "type": "integer"
    },
    "denied_amount": {
      "description": "The amount that has been denied to the cardholder",
      "type": "integer"
    },
    "remaining_amount": {
      "description": "Any disputed amount that is still outstanding, i.e. has not been recovered, written off, or denied",
      "type": "integer"
    }
  },
  "required": [
    "original_amount",
    "recovered_amount",
    "written_off_amount",
    "denied_amount",
    "remaining_amount"
  ]
}

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-liability-allocation"
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.