Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds more flexible schedules for monthly and weekly payouts


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 interval is monthly , you can now specify when a payout should happen using monthly_payout_days .
  • If the interval is weekly , 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

ParametersChangeResources or endpoints
monthly_payout_days weekly_payout_daysAddedAccount#create. settings. payouts. schedule Account#update. settings. payouts. schedule Account. settings. payouts. schedule

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?