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 UNDERREVIEW to either:
  • WAITINGFORBUYERRESPONSE
  • WAITINGFORSELLERRESPONSE
This status change enables either the customer or merchant to submit evidence for the dispute. To make this call, the dispute status must be UNDERREVIEW. 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 isThe status updates to
BUYEREVIDENCE WAITINGFORBUYERRESPONSE
SELLEREVIDENCE WAITINGFORSELLERRESPONSE

Request Body

[{"name"=>"action", "value"=>"KS82UM5D", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring