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.
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.
Stripe Connect:
Is the account verified with all needed documents? With payments enabled and capabilities of card payments? Check under Connected accounts → All accounts → select account.
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:
Button A is clicked → Stripe.js - Account (Seller, All) - Create
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.
@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:
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.