#IMrohan
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
I want the users on my website to collect payment from their clients
A user can be an individual or a business
Firstly can you suggest me which type of account should I go for in this case? Standard or express?
It will depends on how you want de deal with Payment in your Platform Account, I reccommend you read this guide:
https://stripe.com/docs/connect/charges
And figure out what kind of charges that may fit your business requirement, then you can decide. For each type, Stripe recommends what type(s) of connected account to use
OKy. I think Express is the one for me.
Now I wanna know, let's say there is a user who already has a stripe account, and there is one who doesn't have any stripe account. So Is the process gonna be different for both at any point?
or it will be same for both
?
For the user that hasn't a stripe account, you need to onboard him, you can follow this link:
https://stripe.com/docs/connect/express-accounts#onboarding-express-accounts-outside-of-your-platforms-country
For the user who already has a Stripe account, you can use the Oauth Connect Flow, you can find further details here:
https://stripe.com/docs/connect/oauth-reference