#matan_g - connect payouts
1 messages · Page 1 of 1 (latest)
Hello. Looking into this right now
You can change the schedule for automatic payouts with this property: https://stripe.com/docs/api/accounts/update#update_account-settings-payouts-schedule-interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
According to this doc, that property will be equal to "manual" if you have manual payouts selected: https://stripe.com/docs/connect/manage-payout-schedule
Excellent!
So, actually you can just update that property to "manual" to switch to manual payouts