#thefyrewire
1 messages · Page 1 of 1 (latest)
This field is useful for dictating automatic payouts. For example, if you want your connected accounts to receive their funds 2 weeks after the charge is made, set interval to daily and delay_days to 14. From: https://stripe.com/docs/connect/manage-payout-schedule
However, are you using on_behalf_of on your charges?
I don't believe so, no
I'm essentially trying to disable automatic payouts. Or am I misinterpreting the terms here? I read payout as Stripe paying the money into the connected account's bank account
I would like the transfer to only happen when the connected account triggers it themselves (via the custom dashboard we're building)
But with a minimum 14 day wait for the funds to become available
Oh ok I gotcha
Can you share the request ID for the request where you attempt to set both delay_days and interval to manual at once?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_Eg8gTsgBUBhPaK
Gotcha. Yeah as far as I know, there's not a way to configure delay_days with manual payouts unfortunately. The idea is that you'd just manual that payout schedule yourself if using manual
That does make sense! But it seems like a missed opportunity to just mesh those two options together, having Stripe hold those funds, so if the connected account tries to trigger a payout it fails