#G33KM44N38
1 messages · Page 1 of 1 (latest)
👋 happy to help
yes if you wish to transfer money to some of your users you need to use Stripe Connect
starting by choosing which type of connect account you wish to choose https://stripe.com/docs/connect/accounts
for Private individual, what did you advise ?
express is the easiest
ok, but I try to setup bank account these type (in stripe test), and I'm not able to send (still fake), money to there account
they are restricted
you don't directly send the amount to a bank account
yes I use a token
what you normally do is a Destination Charge where the amount goes to the connected account balance
you should be using PaymentIntents
alright, is it compatible, with delay transfer ?
like days after ?
I wouldlike to put the sended money in standby, before send it
alright and how to link the connected account to a bank account ?
in that case you can use separate charges and transfers
alright and for this ?
Is it right to think that my customer, can setup they're bank account, from my platform, as well as the payment method ?
this is part of the onboarding
if the same user is at the same time a buyer and a seller, they would have 2 different object representations in Stripe a customer and a connected account respectively
alright, so that they can make a payment as customer, for other people,
but when they have to receive the money, it will be as a connected account ?
yes that's correct
alright thanks a lot for your time
let me know if you need any more help