#runayeon
1 messages · Page 1 of 1 (latest)
Hello! I think it might be possible via the Dashboard, but yep you can do it via the API. You update the Account and set the settings.payouts.schedule properties to the values you desire: https://stripe.com/docs/api/accounts/update#update_account-settings-payouts-schedule
Is this for my account or my merchant's connect accounts?
This is for your connected accounts.
Are you sure its possible via the dashboard, I couldnt find anything
Give me a second
Where is this under?
Im clicking on a connect account under connect
When you view the connected account in the Dashboard click on the ••• button to the right of the Add Funds button.
That's the wrong ••• button.
You want the one below that.
Next to the Add Funds button.
Okay I see
Thank you
but I assume I still need to do stuff with the api
when creating a new connect account
Not sure I understand, can you provide more details?
Like because I dont want to manually change from daily to weekly (not very scalable)
I should set settings.payouts.schedule.interval to weekly
when a new connect account is created
Yep.
You would need to do that via the API if you don't want to do it in the Dashboard.
Sounds good, thats all