Adds more flexible schedules for monthly and weekly payouts
What’s new
The payout schedule for an Account is defined in settings.payouts.schedule.
- If the
intervalismonthly, you can now specify when a payout should happen using monthly_payout_days. - If the
intervalisweekly, you can now specify when a payout should happen using weekly_payout_days.
Impact
You can now customize your payout schedule by selecting multiple payout days in a week or month. This gives you fine-grained control over when you receive your payouts.
Changes
| Parameters | Change | Resources or endpoints |
| monthly_payout_daysweekly_payout_days | Added |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include
Stripe-Version: 2025-06-30.basil
- If you don’t use an SDK, update your API requests to include
- Upgrade the API version used for webhook endpoints.
- Test your integration against the new version.
- If you use Connect, test your Connect integration.
- In Workbench, perform the upgrade. You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.