#changpet_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247199484019216496
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
It isn't possible to force payouts to be disabled via the API
Instead, if you want to prevent payouts you would switch the Connected Account to being on manual payouts via: https://docs.stripe.com/api/accounts/update#update_account-settings-payouts-schedule
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If we changed them to manual payouts, the account would still technically be able to get their payout through stripe. What workaround is there to prevent this on our end?
What type of Connected Accounts are you working with here?
We want to add this because when someones payment fails for their subscription invoice, we want to provide incentives for paying that bill
We use Express connected accounts
Yeah so you can't trigger your own payouts when using Express Accounts
The platform controls when the payout occurs
So as I stated above, the way to do this is to flip them to manual payouts
Is the reasoning why we can't pause payouts on our end because they're on an express account?
Just wondering why this isn't allowed to be changed via API