#ethan-tran_code
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/1395290422527393888
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ethan-tran_best-practices, 1 day ago, 11 messages
Hi there, can you share with me the ID of the connected account?
Ok, I confirmed that the account was created with payouts[schedule][interval]=daily
Can you tell me what doesn't work for you?
I don't quite follow, can you help me to understand the problem that you are trying to solve?
Sure. btw discord is a public place so everyone can see the content that you posted here
yes, I aware of this thing
So I don't want the owner of the connected account to set up this screen, so I use this piece of code to skip this screen
Settings: &stripe.AccountSettingsParams{
Payouts: &stripe.AccountSettingsPayoutsParams{
Schedule: &stripe.AccountSettingsPayoutsScheduleParams{
Interval: stripe.String(string(stripe.AccountSettingsPayoutsScheduleIntervalDaily)),
},
},
},
This is setting in create account Param
The connected account is of type standard, the account owner has full Dashboard access, including the payout schedule.
If you don't want your connected account to change the payout schedule, you should use express or custom type, or set controller.stripe_dashboard.type to none or express when creating a connected account https://docs.stripe.com/api/accounts/create?api-version=2025-06-30.preview&lang=curl#create_account-controller-stripe_dashboard-type
I don't mean I don't want them to set up โ I just don't want them to have to go through a complicated setup. Therefore, I want to support the owner in setting up their schedule programatically. As I expect, if the payout schedule is set, Stripe will skip the above screen
Ref: https://docs.stripe.com/connect/manage-payout-schedule, the doc mentioned that I can manage the connected account payout schedule with platform controls enabled
Yes, the platform can control the payout schedule.
So basically you want your connected account to skip the payout schedule during onboarding?
yes, that's correct
So the question is: Does Stripe support pre-filling the payout schedule in the onboarding UI for Standard accounts, even if you set it beforehand using the API?
Hi, are you still there?
Hello
I'm checking on this, I'll get back to you
Understood, please
Thanks for waiting. you can turn off the option on this page https://dashboard.stripe.com/settings/connect/payouts/schedules
so that your connected accounts won't be able to manage payout
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks, let me check on my account
Hi, I turned off the setting and onboarded and it doesn't work