#smallwien - assistance

1 messages · Page 1 of 1 (latest)

woeful isle
#

Hi there. Let's chat in this thread. How can I help?

atomic nymph
#

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

woeful isle
#

I'll get to you in one moment

atomic nymph
#

Great thank you so much!

#

Appreciate your time

woeful isle
#

You're sending the body as json

#

It has to be form encoded

atomic nymph
#

Form-data?

woeful isle
#

yes

atomic nymph
#

Result from "form-data"

woeful isle
#

Not sure what tool you are using

#

But you have to send the body as application/x-www-form-urlencoded

atomic nymph
#

I don't understand

woeful isle
atomic nymph
#

What's the solution so I can Initiate the call

woeful isle
#

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

atomic nymph
woeful isle
#

Just googled. Apparently that tool doesn't support sending requests via application/x-www-form-urlencoded

#
Bubble Forum

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...

atomic nymph
#

does this look correct

woeful isle
#

No. Follow the directions I linked. You'll need to also check querystring