#aaron_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/1474225704131497984
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Essentially I just want to make sure if there's a method of pausing payouts, such in the case of an open dispute against the connected account user, or internal reasons like repeated issues of fraud / other reasons deemed necessary to temporarily pause payouts.
Hi! By saying "setting transfers to 'manual'" are you referring to setting the payouts as manual: https://docs.stripe.com/api/accounts/update#update_account-settings-payouts-schedule-interval?
Yeah that's what I was reading in the docs, but I dont think that gives the true effect of pausing payouts as it still would allow people to payout manually.
I also use stripe accounts v2, so I don't know if that even is possible to mess with because of the two different apis (seemingly you can't call v1 methods on a v2 account)
What im going for is effectively pausing paying out to a bank, but still allow funds to be put into the balance
https://docs.stripe.com/api/v2/core/accounts/update?api-version=2026-01-28.preview&rds=1#v2_update_accounts-configuration-recipient-capabilities-stripe_balance-stripe_transfers this was the only thing I could find on it, which is what's set when creating the account.
Though if I set it to false I am under the understanding it disables paying out, but also any money being transfered to the balance as well
I am still looking into this. Give me a moment.
All good take your time! Thank you for responding at all :))
Can I get your platform account ID?
Thanks!
Unfortunately it looks like pausing payouts is not available on V2 accounts right now: https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts
If pausing payouts is a critical requirement for you I would suggest using Accounts v1 instead.
On my end I will file a feedback to the relevant team about this.
How do you pause payouts via the accounts v1 then?
Ah nevermind
I misunderstood what 'manual' meant. I thought it meant they were allowed to payout still, didn't know it meant the platform had to manually pay them out
How do you pause payouts via the accounts v1 then?
You can pause the payouts via the dashboard: https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.