Authorizations
Oauth 2.0 authentication
Query Parameters
Filters the disputes in the response by a creation date and time. The start time must be within the last 180 days. Value is in Internet date and time format. For example, yyyy
-MM
-dd
T
HH
:mm
:ss
.SSS
Z
.<br/><br/>You can specify either but not both the start_time
and disputed_transaction_id
query parameters.
20 - 64
Filters the disputes in the response by a transaction, by ID.<br/><br/>You can specify either but not both the start_time
and disputed_transaction_id
query parameter.
1 - 255
Limits the number of disputes in the response to this value.
1 <= x <= 50
The token that describes the next page of results to fetch. The <a href="/docs/api/customer-disputes/v1/#disputes_list">list disputes</a> call returns this token in the HATEOAS links in the response.
1 - 255
Filters the disputes in the response by a state. Separate multiple values with a comma (,
). When you specify more than one dispute_state, the response lists disputes that belong to any of the specified dispute_state.
REQUIRED_ACTION
, REQUIRED_OTHER_PARTY_ACTION
, UNDER_PAYPAL_REVIEW
, RESOLVED
, OPEN_INQUIRIES
, APPEALABLE
The date and time when the dispute was last updated, in Internet date and time format. For example, yyyy
-MM
-dd
T
HH
:mm
:ss
.SSS
Z
. update_time_before must be within the last 180 days and the default is the current time.
20 - 64
The date and time when the dispute was last updated, in Internet date and time format. For example, yyyy
-MM
-dd
T
HH
:mm
:ss
.SSS
Z
. update_time_after must be within the last 180 days and the default is the maximum time (180 days) supported.
20 - 64
Response
A successful request returns the HTTP <code>200 OK</code> status code and a JSON response body that lists disputes with a full or summary set of details. Default is a summary set of details, which shows the <code>dispute_id</code>, <code>reason</code>, <code>status</code>, <code>dispute_amount</code>, <code>create_time</code>, and <code>update_time</code> fields for each dispute.
An array of disputes. Includes links that enable you to navigate through the response.
An array of disputes that match the filter criteria. Sorted in latest to earliest creation time order.
1 - 100
elements