Appeal dispute
POST
/v1/customer/disputes/{dispute_id}/appeal
appeal
link in the HATEOAS links from the show dispute details response. If this link does not appear, you cannot appeal the dispute. Submit new evidence as a document or notes in the JSON request body. 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/related
Body 参数application/json
示例代码
返回响应
修改于 2023-08-16 07:18:59