Provide evidence
POST
/v1/customer/disputes/{dispute_id}/provide-evidence
WAITING_FOR_SELLER_RESPONSE
status while customers can provide evidence for disputes with the WAITING_FOR_BUYER_RESPONSE
status. Evidence can be a proof of delivery or proof of refund document or notes, which can include logs. A proof of delivery document includes a tracking number while a proof of refund document includes a refund ID. For other evidence type, notes and documents can be given. The following rules apply to document file types and sizes:- The merchant can upload up to 50 MB of files for a case.
- Individual files must be smaller than 10 MB.
- The supported file formats are JPG, GIF, PNG, and PDF.
To make this request, specify the dispute ID in the URI and specify the evidence in the JSON request body. For information about dispute reasons, see dispute reasons.
请求参数
Path 参数
dispute_id
string
必需
示例值:
{{dispute_id}}
Header 参数
Content-Type
string
必需
示例值:
multipart/form-data
Body 参数multipart/form-data
evidence-file
file
必需
input
string
必需
示例值:
{"evidences":[{"evidence_type":"RECEIPT_OF_MERCHANDISE","evidence_info":{"tracking_info":[{"carrier_name":"FEDEX","tracking_number":"122533485"}]},"notes":"Test"}]}
示例代码
返回响应
修改于 2023-08-16 07:18:59