List disputes
Returns a list of all disputes (matching the given query parameters) associated with payments created by this client.
This endpoint is rate limited to 50 QPS.
Scopes: DISPUTES_READ
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
limit
Maximum number of disputes to return.
merchant_id
Filters results to only include disputes filed against a merchant that matches the the given ID.
Response
OK
disputes
List of disputes matching the given query parameters.
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.