Adds support for configuring branding settings for Checkout Sessions
What’s new
Adds the branding_settings parameter to Checkout Sessions.
Impact
You can now apply custom branding to a Checkout Session by using the branding_settings parameter to:
- Set a logo or icon
- Customize the Checkout page’s background color, button color, font, and shapes
- Change your brand name
You can use this parameter to override the business’s branding settings for a Checkout Session.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| branding_settings | Added | Checkout. Session Checkout. Session#create |
Upgrade
- View your current API version in Workbench.
- 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-09-30. clover
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
Related changes
- Removes postal code for card payments in certain regions on Checkout and Payment Element
- Removes currency conversion field from Checkout Sessions
- Removes support for the redirectToCheckout method
- Updates initCheckout to be synchronous
- Adds support for collecting business and individual names in Checkout Sessions
- Adds the ability to exclude payment methods from Checkout Sessions and Payment Intents
- Adds support for setting the capture method for specific payment methods with the Checkout Sessions API
- Enables specifying units of measurement for Products
