#ethan-tran_code

1 messages ยท Page 1 of 1 (latest)

maiden pantherBOT
#

๐Ÿ‘‹ 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.

plush summit
#

Hi there, can you share with me the ID of the connected account?

late dragon
#

acct_1RliK5PH5mmp6ZJZ

#

here is my id

plush summit
#

Ok, I confirmed that the account was created with payouts[schedule][interval]=daily

#

Can you tell me what doesn't work for you?

late dragon
#

but this is set by man who take onboard

#

not by the platform

plush summit
#

I don't quite follow, can you help me to understand the problem that you are trying to solve?

late dragon
#

wait me a fews mintute

#

I'll capture you my screen

plush summit
#

Sure. btw discord is a public place so everyone can see the content that you posted here

late dragon
#

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

plush summit
#

The connected account is of type standard, the account owner has full Dashboard access, including the payout schedule.

late dragon
#

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

plush summit
#

Yes, the platform can control the payout schedule.

#

So basically you want your connected account to skip the payout schedule during onboarding?

late dragon
#

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

plush summit
#

I'm checking on this, I'll get back to you

late dragon
#

Understood, please

plush summit
late dragon
#

Thanks, let me check on my account

#

Hi, I turned off the setting and onboarded and it doesn't work

plush summit
#

Did you try with a new account?

#

because the change is only effective on a newly created account

late dragon
#

I did it, thank you so much

#

it works for me now