Did someone already tried the Stripe's Register as a seller?

Ok I’ve done the test and that’s it ! in /version-test/ => Stripe Test mode automatically

For info (as I’ve seen it before !), you can get info from your transaction with Results of… which is great :smile:

how to you determine ‘trans.payee’

thanks

@emmanuel, why do we have to point to https://bubble.io/poststripeauth instead of our own site?

Because we need to save the stripe seller ID that gets returned by the process.

Hey @emmanuel, looking to integrate Stripe Connect but don’t like the bubble.is/poststripeauth redirect. can I make my own redirect for Stripe (myapp.com/custompostauth) and then pass the client’s code from each redirect url as a “dynamic” custom POST action “When the Page Loads”?

Also it’d be awesome to be able to pass data to the Stripe Connect page and pre-fill out as much of the form as I can from user data.

We don’t enable this right now unfortunately

That’s very unfortunate emmanuel. Can you show me a screen shot of what happens when you connect properly? What if I need my user to do things after they are redirected once connecting?

Have you tried setting stripe up? That would show you the screen.

And you add actions after this.

Hi,

When using this redirect link to Stripe Authentication
it just hangs there and says “Please wait …” so I have been waiting for a long time but nothing happens :slight_smile:

I get this "Please wait… "after filling out the standard Stripe OAuth form to register as a seller.

Any help to make this work?

Thank you

Same here, it stucks with a “Please wait…” message.

If you file a bug report we can look into it.

I just set this up with a user 2 days ago and it was successful. For whatever reason the input for that redirect in Stripe’s dashboard wouldn’t accept https://bubble.io/poststripeauth at first, but after logging out and logging back in, it worked. Changed nothing. Maybe try refreshing some things, changing the link, saving, changing it back to the correct link…


Gaby | Coaching Bubble

Hi Cho,
Check your Stripe plugin input (client ID, secret key, publishing key etc…) that they match with Stripe account setting/connect.
There was a mistmatch and now it is working.
Hope it solves your problem.

Now that I’ve got this working I’d like to run a check to make sure that the seller’s Stripe account still is connected to mine. They have disconnect via their Stripe settings (under the connect tab) and while the charge fails to go through for my end user, I’d like a way to check that this connection is still intact.

Any ideas?

Hey @hi1!

One way to check to see who’s connected to your account from the dashboard is to click here:

Hi @natedogg!

Thanks! That I know about… what I’m wondering is there a way to check in Bubble when a user tries to start a new invoice that their account is still connected? Something like: When page is loaded check that current user’s stripe account is still connected.

It fails nicely when the account has been disconnected but there are many steps that can happen before that check takes place. (And that check is that Stripe won’t process a credit card if the account has revoked access to my account.)

Thanks!!

Is there any way we can have our own domain name show up instead of ‘bubble.is’ when a seller connects? :confused:
Maybe even get the opportunity to design the page for ourselves? It’s very hurtful to the experience.

On a related note, alternatively, could we do everything with Stripe Connect with our own slew of API calls?

Hi All,

Hope everyone has been well.

I use a custom domain without the https plan and I’m having trouble using stripe connect. My stripe connect platform settings are the following:

Website URL: http://mydomain.com
Redirect URIs: https://bubble.io/poststripeauth for both development and production

I have triple checked that all keys/client IDs have been set up properly on my stripe plugin settings in Bubble. When I try to “Test the oauth flow” I get an error saying “bubble.is says: Sorry, we were unable to connect with Stripe”.

I have done two days of research on this and can’t come to a solution. If anyone can help that would be great. Thanks!

-Jonathan