Adds support for collecting business and individual names on Payment Links
What’s new
Adds the name_collection parameter to Payment Links. 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 when using a Payment Link. 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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| name_collection | Added | PaymentLink PaymentLink#create PaymentLink#update |
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-10-29. 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.
