#arsalansabir_58567

1 messages · Page 1 of 1 (latest)

bronze jasperBOT
drifting matrix
#

Yeah if you need to payout depending on user then either separate accounts entirely or use Connect

visual hemlock
#

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 ?

drifting matrix
#

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

visual hemlock
#

User will create stripe account on self ? Or we can use stripe.customers.create to create user stripe account ?

#
  1. create user account through stripe.customers.create
  2. connect user account with merchant account.
  3. do payment through payment intend
drifting matrix
#

No customers aren't accounts

#

Once you choose your account type read the docs for that account type

#

But you create an account via the api not customer

visual hemlock
#

Ok let me read it.

#

One question after create account of the customer, Should customer have access to login account or not ?

drifting matrix
#

That depends on account type

#

Recommend you read the docs

#

Do you want them to have a full dashboard or not to log in?

visual hemlock
#

I don't want to give any access of stripe to user.

drifting matrix
#

Ok then do custom accounts

#

If you read the doc I shared it mentions that in the comparison list

visual hemlock
#

OK thank you for your help 🙂

drifting matrix
#

No problem