Endpoints
Upload file evidence
Upload a PDF, PNG, or JPG file as dispute evidence to support your case. File size limit is 10MB.
POST
/
files
/
upload
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
file
file
requiredThe evidence file to upload. Must be in PDF, PNG, or JPG format. Maximum file size is 5MB.
stripe_dispute_id
string
requiredThe Stripe dispute ID to which the evidence data will be attached
Response
200 - application/json
message
string
A message indicating the success of the file upload
dispute_id
string
The ID of the dispute associated with the uploaded file
stripe_dispute_id
string
The Stripe dispute ID associated with the uploaded file
file
object
Details of the uploaded file