Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds the ability to exclude payment methods when using Setup Intents


Adds the ability to exclude payment methods when using Setup Intents

What’s new

Adds the excluded_payment_method_types parameter to use when you create or update transactions using SetupIntents.

Impact

You can now use the excluded_payment_method_types parameter to exclude individual dynamic payment methods from a particular transaction.

Changes

ParameterChangeResources or endpoints
excluded_payment_method_typesAddedSetupIntent SetupIntent#create SetupIntent#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: 2025-10-29. 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?