Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Removes iterations parameter for subscription schedules


Breaking changes

Removes iterations parameter for subscription schedules Breaking changes

What’s new

We’ve removed the iterations parameter because duration replaces its functionality.

Why is this a breaking change?

We no longer support the iterations parameter for Subscription Schedules.

Impact

You must update your integration to use duration to specify the length of a subscription schedule phase in the following API endpoints:

  • Subscription Schedules Create
  • Subscription Schedules Update
  • Create an invoice preview

Using iterations in these endpoints now returns an error.

Before

After

Command Line

Select a language

cURL

Stripe CLI

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

Command Line

Select a language

cURL

Stripe CLI

Ruby

Python

PHP

Java

Node.js

Go

.NET

No results

Changes

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-09-30. clover
  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?