v8
OpenAPI 3.1.02026-08-033623795.0 MBList Disputes
Lists the disputes across the accounts you can read.
Query parameters
Only disputes filed against this account (biz_ tag). Omit it to cover every account you can read.
The number of disputes to return (default 20, max 100).
A cursor; returns disputes after this position.
The number of disputes to return from the end of the range.
A cursor; returns disputes before this position.
The field to sort disputes by.
Sort direction.
Only disputes in these statuses. Repeat the parameter to pass several — one paginated list covers all of them. Covers both chargebacks and inquiries at each stage.
Only disputes in this three-letter ISO currency.
Only disputes opened before this ISO 8601 timestamp.
Only disputes opened after this ISO 8601 timestamp.
Headers
Pins the request to a dated API version.
Response
disputes listed
Example response
{
"data": [
{
"evidence_locked_reason": "submitted",
"reason": "fraudulent",
"status": "needs_response"
}
]
}