Lithic · Schema
Dispute Evidence
Dispute evidence.
FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service
Properties
| Name | Type | Description |
|---|---|---|
| created | string | Timestamp of when dispute evidence was created. |
| dispute_token | string | Dispute token evidence is attached to. |
| download_url | string | URL to download evidence. Only shown when `upload_status` is `UPLOADED`. |
| filename | string | File name of evidence. Recommended to give the dispute evidence a human-readable identifier. |
| token | string | Globally unique identifier. |
| upload_status | string | Upload status types: * `DELETED` - Evidence was deleted. * `ERROR` - Evidence upload failed. * `PENDING` - Evidence is pending upload. * `REJECTED` - Evidence was rejected. * `UPLOADED` - Evidence was |
| upload_url | string | URL to upload evidence. Only shown when `upload_status` is `PENDING`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/dispute-evidence",
"title": "Dispute Evidence",
"description": "Dispute evidence.",
"properties": {
"created": {
"description": "Timestamp of when dispute evidence was created.",
"format": "date-time",
"type": "string"
},
"dispute_token": {
"description": "Dispute token evidence is attached to.",
"format": "uuid",
"type": "string"
},
"download_url": {
"description": "URL to download evidence. Only shown when `upload_status` is `UPLOADED`.",
"type": "string"
},
"filename": {
"description": "File name of evidence. Recommended to give the dispute evidence a human-readable identifier.",
"type": "string"
},
"token": {
"description": "Globally unique identifier.",
"format": "uuid",
"type": "string"
},
"upload_status": {
"description": "Upload status types:\n* `DELETED` - Evidence was deleted.\n* `ERROR` - Evidence upload failed.\n* `PENDING` - Evidence is pending upload.\n* `REJECTED` - Evidence was rejected.\n* `UPLOADED` - Evidence was uploaded.\n",
"enum": [
"DELETED",
"ERROR",
"PENDING",
"REJECTED",
"UPLOADED"
],
"type": "string"
},
"upload_url": {
"description": "URL to upload evidence. Only shown when `upload_status` is `PENDING`.",
"type": "string"
}
},
"required": [
"created",
"dispute_token",
"token",
"upload_status"
],
"type": "object"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lithic-com-dispute-evidence"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.