Stripe - register a new seller

Hello.
So here’s a thing - when a user registers as a seller on my platform they get sent to Stripe (to either register or connect to my platform). It’s all good, but then…
When I try to buy something on my app then I get an error:
Sorry, this seller cannot accept payments right now due to a temporary error. Please try again later.

I have my Client ID and APi keys in the right place. So I don’t know what seems to be the problem.

1 Like

Hi, @dopokorniecki, I faced the same issue. Have you found a solution?

It is worth saying, that I’ve skipped account registration when I wanted to register a user as a seller (Stripe development mode feature) and my Stripe Connect has 0 connected accounts.
skip
Stripe Connect:
we

Is the account verified with all needed documents? With payments enabled and capabilities of card payments? Check under Connected accounts → All accounts → select account.

check my previous post in this threat, @niklasf

Oh, must have written past each other.
I just did this yesterday, to create a seller i use Stripe.Js 2.0 plugin from Copilot. Here you can create a button with the following actions:

  1. Button A is clicked → Stripe.js - Account (Seller, All) - Create

EDIT: Remember to fill in your API keys in the plugin settings, delevopment for test area and production for live version.

No, I use development mode, so neither Strip account, nor Stripe Connect are fulfilled with documents

how to enable it?

Can I achieve it with Bubble’s Stripe plugin?
I guess, StripeJs does not offer a big difference in registering a user as a seller.
asarf

You probably can, i just haven’t tried that - so i can’t advice :smiley:

@niklasf, why I can’t achieve payment without activated Stripe and attached documents? It is just a development mode.

You can, what i mean is the connected account, not your platform account or “main account”. The connected account needs to be verified in the test environment, just upload dummy documents and dummy text, as it doesn’t matter in the test environment. :smiley:

1 Like

I will try and will come back to you.
I hope I won’t face problems, I do not have US phone and other US docs.

@niklasf, I’ve added documents, found and used the US phone and applied for connection of seller’s Stripe account, but it did not help, still, 0 connected accounts:
weqwe

You need to have a workflow that “registers sellers” and if the workflow succeeded you will have a new connected account. As i showed in previous post with Stripe.js 2.0 with Copilot plugin. :smiley:

@niklasf, check this.

I 've registered user, fulfilled a Stripe form to connect account and it did not connected me.

Did you recreate my workflow? If not i can’t really assist as i don’t have knowledge with other plugins. :smiley:

No, I used the Bubble Stripe plugin.

I am still searching for the solution

Hey @vovahumnytskiy I’m having the same problem, did you manage to solve this?

Hey,
I’m too having the same problem. Your comment is an year old, but could you solve it?