RyzeDeskRyzeDesk

Stripe

4105 articles

Adds excluded payment method types to the Payment Intents API


Adds excluded payment method types to the Payment Intents API

What’s new

This change adds a new excluded_payment_method_types field that you can set when creating a PaymentIntent.

Impact

You can use the new field to explicitly exclude payment methods from displaying on a per-transaction basis. The payment_method_types returned on the PaymentIntent doesn’t include these excluded payment methods. If you use Checkout or Elements, the excluded payment methods doesn’t display to users.

Changes

ParameterChangeResources or endpoints
excluded_payment_method_typesAddedPaymentIntent PaymentIntent#create

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-08-27. 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-27

Is this helpful?