#ronaldblanco_02606
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you trying to transfer funds that are coming from payins OR just your account balance?
We have a general guide here for pay-ins and transfers
https://stripe.com/docs/connect/collect-then-transfer-guide
If you're trying to transfers from your account balance then the flow would be similar where you create a transfer to the connected account
https://stripe.com/docs/connect/separate-charges-and-transfers
I want my user to be able to withdraw funds from my website for this I use stripe to send funds, I already have created the connected account now I need to make a transfer to the bank that I register in his connected account
Gotcha. So in that case, you'd create a transfer to the connected account.
Depending on the payout schedule/type (automatic or manual payouts) for the connected account, funds would be sent to their linked bank account automatically OR you can trigger a payout manually using the API
https://stripe.com/docs/connect/manage-payout-schedule
https://stripe.com/docs/connect/manual-payouts
I already have all this configured but at the time of doing the test I get insufficient balance in the account.
Could it be because I'm in test mode?