List Member Disputes
Returns a paginated list of disputes for a given customer. Each entry includes the dispute short ID, total disputed amount, and open/closed status. Does not include transaction-level detail — use GetDisputeStatus for full detail on a specific dispute. Default: 10 most recent disputes; maximum: 30 per request; limited to the last 6 months.
Query parameters
required; the canonical identifier from ListAccounts (see ListAccountsRequest.customer_uuid) — not the encrypted form, which only ListAccounts accepts
default 20, max 100
opaque cursor returned as next_page_token by a prior call; empty for the first page
Optional status filter. DISPUTE_STATUS_UNKNOWN (the default) returns all disputes; OPEN or CLOSED restrict the result accordingly.
Response
A successful response.
Changes
No recorded changes to this endpoint across all 4 revisions of this API.