#carepatron-julian_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1237609893951701022
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Pausing payout is the Dashboard only feature. Another workaround via API will be changing to the manual payout, so that no automatic payout will be performed: https://docs.stripe.com/connect/manual-payouts
Thanks river. So we could set schedule.interval to manual - flag the account for review and set it back to daily once we're done.
When we set the interval back to daily will it automatically create a payout for any available balance in the account? Or are the delay_days taken into consideration then?
And can the payout schedule be adjusted through the Dashboard, or just the API?
delay_days reference to the timestamp of the charge is made, not the timestamp of the payout: https://docs.stripe.com/connect/manage-payout-schedule#delay_days
Once a charge has been delayed with days in delay_days set, it'll be available for payout
What type of connected account do you use? Standard, Express or Custom?
We're using Express accounts.
Sorry, how did you get to that? I just see this panel when viewing the connect account - no edit button.
It's beside Account balances section > Edit payout schedule