Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds integration identifier parameter to Checkout Sessions


Adds integration identifier parameter to Checkout Sessions

What’s new

You can now use the integration_identifier parameter when you create a Checkout Session. This parameter accepts a string of up to 200 characters that can include alphanumeric characters, dashes, underscores and periods.

Impact

You can now group and track your Checkout Sessions using integration identifiers, helping you analyse performance across different parts of your application or different integration patterns. This is particularly useful if you use multiple checkout flows or want to track conversions from different sources.

The integration_identifier parameter is optional, so existing integrations continue to work without any changes.

Changes

ParameterChangeResources or endpoints
integration_identifierAddedCheckout. Session Checkout. Session#create

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: 2026-03-25. dahlia
  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?