Hi everyone,
I am using the official Bubble Stripe plugin for Stripe Connect.
The onboarding works fine — users can authorize Stripe and get redirected back to my Bubble app.
However, I am having an issue:
-
After the onboarding, the
stripe_user_idis not saving automatically in my Bubble database. -
I have set up a “Page is loaded” workflow and tried reading the
codefrom the URL, but the ID still doesn’t save reliably.
My questions:
-
Is this a known limitation of the Bubble Stripe plugin?
-
What is the recommended way to capture the connected account ID reliably after Stripe Connect onboarding?
-
Should I use API Connector or a paid Stripe plugin for full Connect support?
Thanks in advance!