<- Disputes API

Disputes API

List disputes

GET

 /v2/disputes

Returns a list of disputes associated with a particular account.

Permissions:DISPUTES_READ
Try in API Explorer
Link to section

Query parameters

Example code

Link to section

cursor

string

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. For more information, see Pagination.

Link to section

states

string

The dispute states used to filter the result. If not specified, the endpoint returns all disputes.

Link to section

location_id

string

The ID of the location for which to return a list of disputes. If not specified, the endpoint returns disputes associated with all locations.

Link to section

Response fields

Link to section

errors

Information about errors encountered during the request.

Link to section

disputes

The list of disputes.

Link to section

cursor

string

The pagination cursor to be used in a subsequent request. If unset, this is the final response. For more information, see Pagination.