Upload evidence file

Uploads a file as evidence for a dispute.

To use this endpoint from the browser, you’ll need to specify the /accounts/{your-account-id}/transfers.write scope when generating a token.
POST
/disputes/{disputeID}/evidence-file
cURL
curl --request POST \
  --url https://api.moov.io/disputes/ec7e1848-dc80-4ab0-8827-dd7fc0737b43/evidence-file \
  --header 'content-type: multipart/form-data' \
  --form file=string \
  --form evidenceType=receipt
204 403 404 422 429 500
Successful empty response for unauthorized or any other returned http status code.
The user is not authorized to make the request.
Request received, but resource was not found.
The parameters provided are not processable.
Request was refused due to rate limiting.

X-Retry-In

string <duration>
How long (in milliseconds) to wait until able to retry the request.
Invalid request, an error message will be available in the response body.
Error response for http requests that failed.

Path parameters

disputeID

string <uuid> required
ID of dispute

Body

multipart/form-data
The file to upload as evidence.

evidenceType

string<enum> required
The type of evidence being uploaded.
Possible values: receipt, proof-of-delivery, cancelation-policy, terms-of-service, customer-communication, generic-evidence, cover-letter, other

file

string<binary> required
The file to upload as evidence. Valid types are [jpeg, tiff, pdf].