#cnguyen-connect-manual-payout
1 messages · Page 1 of 1 (latest)
@fiery yarrow In that world you switch your connected accounts to manual payouts https://stripe.com/docs/connect/manage-payout-schedule so that their balance accumulates in their account and then you create manual Payouts via the API https://stripe.com/docs/api/payouts/create where you control the amount to send, which means you can keep a percentage as their reserve for example.
For the fee, that's not something directly supported but you can use Account Debits https://stripe.com/docs/connect/account-debits to pull funds back to your own platform
OK I have to create myself a CRON to make the payout every X days so?
I can't use the automatic payout and listen the webhook to handle it ?
There is no settings in the Stripe dashboard to handle a reserve or a charge by payout?
Correct, there is no reserve option and there's also no way to do the schedule you want
I can change my schedule rules to avoid to make a CRON and use the Stripe one. If it's good, there is a weebhook tu be inform before a payout ? to update it ?
Not sure what you mean. Update what?
For example, I schedule payout every Monday
on the webhook, before to make the automatic payout, I would like to update the amount to keep the 3% and launch a charge of £2.
gotcha, yeah that's not possible today
ok thank you