#yasirali
1 messages · Page 1 of 1 (latest)
I am trying to create transfer to the the connected account then i want to create payout to make that amount go to there bank account
their*
I've told that this is the method to create the functionality like the direct bank transfer
for manual payouts: https://stripe.com/docs/connect/manual-payouts
for automatic payouts : https://stripe.com/docs/connect/manage-payout-schedule
is this requires that the connected account must have the balance?
If you want a payout, then yes the connected account must have an available balance. otherwise there's nothing to payout.
and sure so if a customer asks for the withdrawal then we need to create the transfer first to add up the balance in the connected account then after that create a payout to move that balance to their bank account correct?
That's one option yes.
can you please suggest something better then this?
I guess the most common way it to regularely create Transfers to the connected account, this way there should be always some money on the connected account.