#Cheelin
1 messages · Page 1 of 1 (latest)
Hi there, you can use the Files API to upload the evidence file https://stripe.com/docs/file-upload#uploading-a-file
And use the Dispute update API (https://stripe.com/docs/api/disputes/update) to update the dispute with the files that you uploaded earlier.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Got it, let me check it first. Thx a lot!