Braintree · Schema
Dispute
Represents a chargeback or retrieval dispute filed by a cardholder or issuing bank against a Braintree transaction.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the dispute. |
| amount | string | The disputed amount as a decimal string. |
| currency_iso_code | string | ISO 4217 currency code for the disputed amount. |
| status | string | Current status of the dispute. |
| reason | string | The reason code or category provided by the card network for the dispute. |
| received_date | string | Date the dispute was received by Braintree. |
| reply_by_date | string | Deadline date by which the merchant must respond to the dispute. |
| transaction_id | string | The identifier of the original transaction that was disputed. |
| created_at | string | Timestamp when the dispute was created, in ISO 8601 format. |
| updated_at | string | Timestamp when the dispute was last updated, in ISO 8601 format. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Dispute",
"title": "Dispute",
"type": "object",
"description": "Represents a chargeback or retrieval dispute filed by a cardholder or issuing bank against a Braintree transaction.",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the dispute."
},
"amount": {
"type": "string",
"description": "The disputed amount as a decimal string."
},
"currency_iso_code": {
"type": "string",
"description": "ISO 4217 currency code for the disputed amount."
},
"status": {
"type": "string",
"description": "Current status of the dispute.",
"enum": [
"open",
"lost",
"won",
"accepted",
"disputed",
"expired"
]
},
"reason": {
"type": "string",
"description": "The reason code or category provided by the card network for the dispute."
},
"received_date": {
"type": "string",
"format": "date",
"description": "Date the dispute was received by Braintree."
},
"reply_by_date": {
"type": "string",
"format": "date",
"description": "Deadline date by which the merchant must respond to the dispute."
},
"transaction_id": {
"type": "string",
"description": "The identifier of the original transaction that was disputed."
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dispute was created, in ISO 8601 format."
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the dispute was last updated, in ISO 8601 format."
}
}
}
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/braintree-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.