Adds support for collecting business and individual names in Checkout Sessions
What’s new
Adds the name_collection parameter to Checkout Sessions. With this parameter, you can collect business names and full individual names as optional or required fields during checkout.
Impact
You can now collect business and individual names from customers during a Checkout Session. You can specify whether you want to collect a customer’s full name, business name or both. You can also mark the name fields as optional or required.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| name_collection | Added | Checkout. Session Checkout. Session#create |
| business_name individual_name | Added | Checkout. Session. collected_information Checkout. Session. customer_details |
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 .
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 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
- Adds support for configuring branding settings for Checkout Sessions
- Enables specifying units of measurement for Products
