List Disputes
Lists disputes. Without account_id you get the disputes of every account you can read; the filters narrow that list.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-25"
Query Parameters
Only disputes filed against this account (biz_ tag).
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.
created_at, amount, evidence_due_at Sort direction.
asc, desc 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.
needs_response, under_review, won, lost, closed Only disputes in this three-letter ISO currency.
Only disputes opened before this ISO 8601 timestamp.
Only disputes opened after this ISO 8601 timestamp.

