Moov · Schema

Dispute

A card payment dispute (chargeback) initiated by a cardholder through their card issuer. Disputes require evidence submission or acceptance.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
disputeID string Unique identifier for the dispute.
transferID string The transfer associated with this dispute.
phase string Current phase of the dispute lifecycle.
status string Current status of the dispute.
amount object
reason string Card network reason code for the dispute.
networkReasonCode string Specific reason code from the card network.
respondBy string ISO 8601 deadline for submitting evidence to contest the dispute.
createdOn string ISO 8601 timestamp when the dispute was created.
updatedOn string ISO 8601 timestamp when the dispute was last updated.
View JSON Schema on GitHub

JSON Schema

moov-dispute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Dispute",
  "title": "Dispute",
  "type": "object",
  "description": "A card payment dispute (chargeback) initiated by a cardholder through their card issuer. Disputes require evidence submission or acceptance.",
  "properties": {
    "disputeID": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the dispute."
    },
    "transferID": {
      "type": "string",
      "format": "uuid",
      "description": "The transfer associated with this dispute."
    },
    "phase": {
      "type": "string",
      "description": "Current phase of the dispute lifecycle.",
      "enum": [
        "new",
        "pre-arbitration",
        "arbitration",
        "won",
        "lost"
      ]
    },
    "status": {
      "type": "string",
      "description": "Current status of the dispute.",
      "enum": [
        "new",
        "responded",
        "under-review",
        "waiting-for-customer",
        "closed"
      ]
    },
    "amount": {
      "$ref": "#/components/schemas/Amount"
    },
    "reason": {
      "type": "string",
      "description": "Card network reason code for the dispute."
    },
    "networkReasonCode": {
      "type": "string",
      "description": "Specific reason code from the card network."
    },
    "respondBy": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 deadline for submitting evidence to contest the dispute."
    },
    "createdOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the dispute was created."
    },
    "updatedOn": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the dispute was last updated."
    }
  }
}

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/moov-dispute"
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.