Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds payment behaviour control for subscription item deletion


Adds payment behaviour control for subscription item deletion

What’s new

You can specify the payment_behavior parameter when you delete a subscription item. Setting payment_behavior=pending_if_incomplete stages the deletion as a pending update when the change would generate an invoice that requires payment, rather than deleting the item immediately.

Impact

This new approach maintains consistency in your subscription management workflow and prevents items from being removed before payment is confirmed. Further, this change aligns subscription item deletion with the existing pending update behaviour available when adding and modifying subscription items. Previously, you could only delete subscription items immediately, which could create inconsistencies in how subscription changes are handled across different operations.

Changes

ParameterChangeResources or endpoints
payment_behaviorAddedSubscriptionItem#delete

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-02-25. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?