RyzeDeskRyzeDesk

Stripe

4105 articles

Adds custom UI mode to Checkout Sessions


Adds custom UI mode to Checkout Sessions

What’s new

Adds a custom enum for the ui_mode property. This option enables you to integrate Elements with the Checkout Sessions API.

Impact

The custom ui_mode is a new option that enables you to build a checkout page using Elements and the Checkout Sessions API. This integration manages tax, discounts, shipping and currency conversion.

Changes

ValueChangeEnums
customAddedCheckout.Session#create.ui_mode Checkout.Session.ui_mode

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-03-31. 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?