Get disputes list
Returns list of 100 recently created disputes.
Authorizations
Bearer authentication header of the form Bearer <secret_key>
, where <secret_key>
is your secret_key
.
Query Parameters
Dispute status. If not set, then all statuses will be in result.
DisputeStatus
"statuses=new&statuses=declined"
Filter disputes created after or at the specified date and time.
"created_at_gte=2022-12-01T00:00:00Z"
Filter disputes created before or at the specified date and time.
"created_at_lte=2022-12-01T00:00:00Z"
To load the next page of disputed items provide page token. This code can be obtained from the next_page_token
variable in the response of dispute list. If next_page_token
is empty in response, it means last page of disputes has been reached.
Response
Success. Returns a list of disputes.
The response is of type object
.