#gus_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/1459108945238163539
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, I don't really have a request ID for this issue I'm working on, because it's not really an issue but a new feature I'd like to set
basically you should use https://docs.stripe.com/api/accounts/update#update_account-settings-payouts-schedule-interval if you're still using v1 accounts
for the request ID I meant this https://support.stripe.com/questions/finding-the-id-for-an-api-request
Each API request has an associated request identifier, e.g. req_123456789. How do I find the ID for an API request? You can find a log of API requests…
each API call has a request ID
anyways... that's not a problem I could find that request ID if you give me your account ID acct_xxx
Thank's for your feedback, I'm already using the update account API and particularly for modifying the payout mode (manual or automatic), but I can't find the path to block users from modifying these payouts from their dashboards.
acct_17CtV2A69XfgDO9E
that's not possible for express accounts
That's what I was afraid of.
It's impossible via the API. Do you have a way to do it on your end?
I saw that there's an option on the platform dashboard to uncheck to prevent accounts from modifying the payout schedule. Is it possible to consider migrating our accounts with this setting enabled?
It's impossible via the API. Do you have a way to do it on your end?
unfortunately not
on the platform dashboard you can go to https://dashboard.stripe.com/settings/connect/payouts/schedules and you can uncheck the checkbox
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I did see that checkbox, and we even did a successful test. I wanted to try again yesterday by creating a new account, but this time it seems the blocking didn't work..
I'm not sure I understand
We tested creating an account after unchecking this box on the platform two days ago. The test was successful because it was impossible to change the payout schedule from the dashboard of the connected account.
Yesterday, I noticed on the same account that it was once again possible to modify the payouts via its dashboard.
So I tried creating a new account under the same conditions (option unchecked), and it didn't work (all of this on our platform account in test mode).
ok, you need to contact https://support.stripe.com/?contact=true they will be able to help you out with this particular issue, as this is not really an integration question
Ok i will.
Thank you for your time