#arsalansabir_58567
1 messages · Page 1 of 1 (latest)
Yeah if you need to payout depending on user then either separate accounts entirely or use Connect
One is main merchant and other are users of this platform. I need to provide payment gateway for each users separately.
Can we directly deposit into bank account information of specific user ? Like someone perform checkout so payment should be deposit into bank account of specific user ?
Can you please guide me which is the best option to do for that scenario ?
Yeah as I said above, you'll need to have separate stripe accounts for each user or use Connect to achieve this
There's not a way to do this with 1 stripe account
User will create stripe account on self ? Or we can use stripe.customers.create to create user stripe account ?
- create user account through stripe.customers.create
- connect user account with merchant account.
- do payment through payment intend
No customers aren't accounts
You need to start here: https://stripe.com/docs/connect/accounts
Once you choose your account type read the docs for that account type
But you create an account via the api not customer
Ok let me read it.
One question after create account of the customer, Should customer have access to login account or not ?
That depends on account type
Recommend you read the docs
Do you want them to have a full dashboard or not to log in?
I don't want to give any access of stripe to user.
Ok then do custom accounts
If you read the doc I shared it mentions that in the comparison list
OK thank you for your help 🙂
No problem