Stripe Connect onboarding — connected account ID not saving (Stripe-bubble)

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_id is not saving automatically in my Bubble database.

  • I have set up a “Page is loaded” workflow and tried reading the code from the URL, but the ID still doesn’t save reliably.

My questions:

  1. Is this a known limitation of the Bubble Stripe plugin?

  2. What is the recommended way to capture the connected account ID reliably after Stripe Connect onboarding?

  3. Should I use API Connector or a paid Stripe plugin for full Connect support?

Thanks in advance!

Hey @alidanial697

Using Stripe Plugin
You don’t need to create your own field. Try using current-user or User, and type stripe. Some fields are automatically added into use when using the stripe plugin, so it will automatically update the account_Id into stripe plugins field.

API Connector Setup
You can use api connector to set up complete api calls. Here are some steps

  1. Create Express/Standard Account
  2. Create an Onboarding Links
  3. Set up Webhook to update (Details Submitted, Payouts Enabled, etc)

If you need help, replay to this post