v1
latestOpenAPI 3.0.22026-08-061303782.1 MBUpdate Dispute Evidence
Update tags on Dispute Evidence.
Request body
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Response
A single Dispute
The ID of the resource.
Timestamp of when the object was created.
Timestamp of when the object was last updated.
ID of the Application the resource was created under.
The ID of the Dispute associated with the evidence.
The result after uploading evidence.
- PENDING: The evidence file has not yet been submitted to the processor. No user action is required.
- SUCCEEDED: The evidence file has been successfully sent to the processor. No further user action is required.
- CANCELED: The evidence file upload was not completed due to user action.
- FAILED: The evidence file could not be processed. Check failure_code for the specific reason and failure_message for a user-safe description of the issue.
The reason the evidence file failed processing. Populated when state is FAILED; null otherwise.
- MALWARE_DETECTED: The file was flagged for suspicious content and cannot be accepted.
- GENERIC_FAILURE: An unexpected error occurred. Contact support for details.
- FILE_SIZE_LIMIT_EXCEEDED: The file exceeds the maximum allowed file size.
- TOTAL_COMBINED_FILE_SIZE_LIMIT_EXCEEDED: The total size of all uploaded evidence exceeds the maximum combined file size limit.
- TOTAL_PAGE_COUNT_LIMIT_EXCEEDED: The total number of pages across all uploaded evidence exceeds the maximum allowed page count.
A human-readable message explaining why the evidence file failed processing. Populated when state is FAILED; null otherwise. Safe to surface directly in a UI.
The ID of the seller's Identity resource. This is the Identity resource that was used to create the seller's Merchant.
The ID of the seller's Merchant resource. This is the Merchant account the Dispute was filed against.
The MIME type of the uploaded evidence file (e.g. application/pdf, image/jpeg).
The file extension, a suffix at the end of a file_name (letters following last period).
The name of the uploaded evidence file.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Example response
{
"identity": "IDpYDM7J9n57q849o9E9yNrG",
"merchant": "MUucec6fHeaWo3VHYoSkUySM",
"content_type": "application/pdf",
"extension": "pdf",
"file_name": "evidence.pdf"
}