Update dispute status
POST
/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 |
请求参数
Path 参数
dispute_id
string
必需
示例值:
{{dispute_id}}
Body 参数application/json
示例代码
返回响应
修改于 2023-08-16 07:18:59