Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds discount and discounts properties to pending subscription updates


Adds discount and discounts properties to pending subscription updates

What’s new

Adds the discount hash and discounts array to the pending_update hash on the Subscription object. These properties show any discount changes that are scheduled to take effect at the next billing cycle.

Impact

You can now use discounts when updating a subscription with payment_behavior: "pending_if_incomplete". When you do, you can access the pending discounts on the pending_update hash returned by the subscription update request. If your integration displays subscription details or calculates upcoming charges, you can include pending discount information to give customers a complete picture of their next bill or what the subscription will look like. Learn more about pending updates.

Changes

ParametersChangeResources or endpoints
discount discountsAddedSubscription. pending_update

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: 2026-05-27. dahlia
  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?