Update dispute status
POST {{base_url}}/v1/customer/disputes/:dispute_id/require-evidence
Important: This method is for sandbox use only.Updates the status of a dispute, by ID, from
UNDER
REVIEW
to either:
-
WAITING
FOR BUYER RESPONSE
-
WAITING FOR SELLER RESPONSE
status
must be
UNDER
REVIEW
. 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
|
Request Body
{"action"=>"BUYER_EVIDENCE"}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``