Disputes add evidence
disputes_add_evidenceAttach an evidence item to an open dispute. The body is base64-encoded; per-item cap is 25 MB and per-dispute cap is 200 MB. Either the filing buyer or the seller-owner can upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What the evidence item is. | |
| caption | No | Optional caption shown alongside the evidence item. | |
| body_b64 | Yes | File contents, base64-encoded. Max 25 MB per item. | |
| mime_type | Yes | MIME type of the file, e.g. 'image/jpeg'. | |
| dispute_id | Yes | UUID of the open dispute to attach evidence to. |