Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for collecting business and individual names on Payment Links


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

ParameterChangeResources or endpoints
name_collectionAddedPaymentLink PaymentLink#create PaymentLink#update

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-10-29. clover
  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-25

Is this helpful?