v2
latestOpenAPI 3.0.22026-08-081303782.1 MBDisputes
Upload Files as Dispute Evidence
Upload a file as evidence for a Dispute.
- You can upload up to 8 files; the total size of the uploaded files combined cannot exceed 10 MB.
- The allowed file formats include JPEG, PDF, PNG.
- Individual JPEG, PDF, PNG files can't exceed 1 MB.
- PNG files will be automatically converted and returned as JPEG files.
post/disputes/{dispute_id}/evidence
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Response
A single Dispute Evidence resource
Example response
{
"identity": "IDpYDM7J9n57q849o9E9yNrG",
"merchant": "MUucec6fHeaWo3VHYoSkUySM",
"content_type": "application/pdf",
"extension": "pdf",
"file_name": "evidence.pdf"
}