API Connector Stripe File Upload

Hi Everyone,
I’m reaching out to the community to hopefully find a solution. Through the API Connector, I’ve been able to build Calls that have been working pretty well with Stripe. However, I cannot get the API Call to work that uploads a File to Stripe to upload an identity_document. Here’s the documentation Stripe refers to: Handling verification with the API | Stripe Documentation. It seems straight forward. Here’s the Call I created:


and here’s the error message I receive.

Can someone please help me with setting this up properly or share some insight.

Hi @cwater1 ,
Try to change the json into formdata.
Like below,

Result:

2 Likes

A BIG THANK YOU! This solved it. Thank You Again! Hopefully this thread can stay up to help others.