#yasirali

1 messages · Page 1 of 1 (latest)

glossy lionBOT
mystic merlin
midnight python
#

I need to send money to someone which have the bank account

#

so i want to make the transaction to his/her bank account

mystic merlin
#

Stripe doesn't support funds to individual directly. The workaround is to create an an connected account with business_type set to individual ( https://stripe.com/docs/api/accounts/create#create_account-business_type), so that you can transfer funds to this connected account, and then create a payout from this connected account.

midnight python
#

will this make the amount to go to their banks automatically ?

#

or do we need to give them the access to the connected account so they can manage from their side?

glossy lionBOT