v1
latestSwagger 2.02026-08-0419357210.1 KBDisputes
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.
get/v1/disputes/list
Query parameters
customerUuidstring
required; the member whose disputes to list
pageSizeinteger
default 20, max 100
pageTokenstring
opaque cursor returned as next_page_token by a prior call; empty for the first page
statusFilter'DISPUTE_STATUS_UNKNOWN' | 'DISPUTE_STATUS_OPEN' | 'DISPUTE_STATUS_CLOSED'
Optional status filter. DISPUTE_STATUS_UNKNOWN (the default) returns all disputes; OPEN or CLOSED restrict the result accordingly.
Response
A successful response.