Stripe Files API

  • Goal: I am trying to use the Stripe connector to add files from retool to Stripe to support dispute management

  • Steps: I am using the v1/files API to connect to stripe. We have tried multiple different ways to reference the file (URL, S3, Local Storage, retool file input) but every time we try to submit we get the same error "Invalid Object"

Has anyone leveraged the stripe files api from retool in the past? If so, would you be willing to give some insight on how you structured the file path to get it to work?

Hey @Ian_Stribling ,

I've been trying to fix this issue, but I haven't had any success. The default Stripe query in Retool doesn't accept the body content type, even when I create a REST API.

I'm using FileInput to send data and have tried using a transformer and posting the data as a string, but it's still not working.

I've also attempted different content types, including JSON, Raw, and x-www-form-urlencoded, but none of them seem to fix the issue.

Can the Retool team take a look at this issue?
@Paulo ,@Jack_T .

Thank You.

2 Likes