#SoloGeneral-Connect-Top-Up
1 messages · Page 1 of 1 (latest)
req_le6kffM27gQW8u
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
I see. Thank you so much!
Sure!