#SoloGeneral-Connect-Top-Up

1 messages · Page 1 of 1 (latest)

clever badge
#

Hi there!

#

Can you provide the request ID for this error?

steady isle
#

req_le6kffM27gQW8u

clever badge
#

Thanks, looking!

#

Ah okay yeah I see what's going on. Looks like you are trying to initialize the Connected Account in the same way client-side as you are doing server-side. This doesn't work. With client-side Connect requests you initialize the Connected Account when you initialize Stripe. Not on a per-request basis. See: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

steady isle
#

I see. Thank you so much!

clever badge
#

Sure!