#smallwien - assistance
1 messages · Page 1 of 1 (latest)
Hi there, I'm building a marketplace platform and am trying to integrate Stripe Connect.
I'm trying to organize my stripe connect environment to allow users to become "express users" on connect when they become a "creator" on my platform.
Additionally I'm having a bug when connecting my api and it's starting to confuse me because I've reentered the info like 30 times. I'll include the api call and bug screenshots below
I'll get to you in one moment
You're sending the body as json
It has to be form encoded
yes
Result from "form-data"
Not sure what tool you are using
But you have to send the body as application/x-www-form-urlencoded
I don't understand
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What's the solution so I can Initiate the call
Like I said. You need to pass the body as application/x-www-form-urlencoded. I don't know what tool you are using to make these requests, so I can't advise how to do that in that specific tool though
I'm using Bubble.io
Just googled. Apparently that tool doesn't support sending requests via application/x-www-form-urlencoded
Ah there's a workaround: https://forum.bubble.io/t/application-x-www-form-urlencoded-error/77001/5
It does support it. Try: Adding the header directly to the call rather than in the “shared headers” area Checking the “querystring” option in your parameters Cheers, Gaby Coaching No Code Apps Join our Facebook group for insider access to no-code development Get professional development services Enroll in expert-led courses and prod...
No. Follow the directions I linked. You'll need to also check querystring