Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for disabling future usage in Checkout sessions


Adds support for disabling future usage in Checkout sessions

What’s new

You can now set setup_future_usage to none for Pix payment method options when creating a Checkout Session.

Impact

This update lets you specify that you don’t intend to reuse a Pix payment method for future payments when creating a Checkout Session. By setting setup_future_usage = none, you ensure that the provided payment method is used only for the current transaction.

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-07-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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?