Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds a customer update deep link for billing portal sessions


Adds a customer update deep link for billing portal sessions

What’s new

Adds customer_update as a value for the flow_data.type parameter when you create a billing portal session. Setting this value creates a deep link that navigates your customer directly to the billing information page in the customer portal, where they can update their details. This is consistent with existing deep-link flow types such as payment_method_update, subscription_cancel and subscription_update.

Impact

You can now create billing portal sessions that link customers directly to the billing information update page by setting flow_data.type to customer_update. No changes are required for existing integrations.

Changes

ParameterChangeResources or endpoints
customer_updateAddedBillingPortal. Session. flow
ValueChangeEnums
customer_updateAddedBillingPortal. Session#create. flow_data. type BillingPortal. Session. flow. type

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-08-26. 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?