Update dispute status
Important: This method is for sandbox use only.Updates the status of a dispute, by ID, from
UNDER_REVIEW to either:WAITING_FOR_BUYER_RESPONSEWAITING_FOR_SELLER_RESPONSE
status must be UNDER_REVIEW and require-evidence link should be available in the HATEOAS links of the show dispute details response. Specify an action value in the JSON request body to indicate whether the status change enables the customer or merchant to submit evidence:If action is | The status updates to |
|---|---|
BUYER_EVIDENCE | WAITING_FOR_BUYER_RESPONSE |
SELLER_EVIDENCE | WAITING_FOR_SELLER_RESPONSE |
Authorizations
Oauth 2.0 authentication
Path Parameters
The ID of the dispute for which to provide the supporting information.
1 - 255^[A-Za-z0-9-]+$Body
Sandbox only. Updates the state of a dispute, by ID, to either WAITING_FOR_BUYER_RESPONSE or WAITING_FOR_SELLER_RESPONSE. This state change enables either the customer or merchant to submit evidence for the dispute. Specify an action value in the JSON request body to indicate whether the state change enables the customer or merchant to submit evidence.
The action. Indicates whether the state change enables the customer or merchant to submit evidence.
BUYER_EVIDENCE, SELLER_EVIDENCE 1 - 255^[0-9A-Z_]+$Response
A successful request returns the HTTP 200 OK status code and a JSON response body that includes a link to the dispute.
The subsequent action.