#noroup_api
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/1442770195927273493
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey! Sorry for the late reply
You can only pause Payouts for your connected accounts through the dashboard: https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts
Got it
There is also the option to only allow manual payouts in the beginning, would this work? I would like to vet the busineses that are signing up to my platform through Stripe Connect
You can use the balance settings API to update the payout settings for your connected accounts.
Sorry, but that didn't answer my question
There is also the option to only allow manual payouts in the beginning, would this work?
Yes there is an option to only allow manual payouts, this is done through the balance settings API as seen in the docs here: https://docs.stripe.com/connect/manual-payouts
As to only allowing manual payouts at the start, it would work, but that also means you would have to use the Payouts API to trigger a payout
After I vet the business, I can configure their payout schedule to automatic in my dashboard right?
Yup, and on top of that you would have to determine the interval of the payout [0]