#Sarmento
1 messages · Page 1 of 1 (latest)
Hi, is this for your own Stripe account or are you trying to manage this for your connected accounts?
It's for connected accounts, via Stripe API
To manage the payout for your Connected Accounts, you can use the Accounts API: https://stripe.com/docs/api/accounts/object#account_object-settings-payouts-schedule and here is the supporting document: https://stripe.com/docs/connect/manage-payout-schedule
Specifically, you're looking at this parameter: https://stripe.com/docs/api/accounts/object#account_object-settings-payouts-schedule-interval
What value do I pass in the interval parameter to disable?
The accounts are from Brazil, only the daily is available
If I go monthly or weekly, will the automatic payout be disabled?
To disable to the automatic payout, you'd want to pass manual.
Hm...ok, thanks