#yolocat-connect-docs
1 messages · Page 1 of 1 (latest)
yolocat-connect-docs
@buoyant drift you need to read the docs for our Connect product and start there: https://stripe.com/docs/connect
I have but dont understand the accounts part
it shows an example on how to create an “express” account (whatever that means) but how do I actually implement it
like do I create this “express” account per seller, customer, only once for my backend etc
@buoyant drift each seller would need to have their own Stripe account
so the backend doesnt create any accounts?
"the backend" usually means your own code server-side. So yes your code server-side should create an account for each seller as you onboard them and collect all their information. Once you have that, you can start accepting payments on their behalf
so my backend needs to create stripe accounts for each seller?
yes
okay
Please carefully read the docs, they go over everything if you read them sequentially