#cnguyen-connect-manual-payout

1 messages · Page 1 of 1 (latest)

limber kite
#

@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

fiery yarrow
#

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?

limber kite
#

Correct, there is no reserve option and there's also no way to do the schedule you want

fiery yarrow
#

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 ?

limber kite
#

Not sure what you mean. Update what?

fiery yarrow
#

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.

limber kite
#

gotcha, yeah that's not possible today

fiery yarrow
#

ok thank you