Retrieve Dispute Summary
Totals up the same disputes the list returns, so you can build status tabs and totals without paging through them.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-13"
Query Parameters
Which breakdowns to return, keyed by these names under groups. Repeat the parameter to ask for several; omit it for all of them.
status, currency Only disputes filed against this account (biz_ tag). Omit it to cover every account you can read.
Only disputes in these statuses. Repeat the parameter to pass several.
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.

