Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for Express connected accounts v2 with Stripe-owned pricing and negative balance liability


Public preview

Adds support for Express connected accounts v2 with Stripe-owned pricing and negative balance liability Public preview

What’s new

Express connected accounts now support new pricing and negative balance liability configurations. No new parameters are introduced — this release unblocks the following combinations of existing defaults.responsibilities parameter values when dashboard was set to express:

  • fees_collector set to stripe and losses_collector set to stripe
  • fees_collector set to application and losses_collector set to stripe

You can also close these accounts using POST /the relevant part of the product/:id/close.

Impact

Pricing ownership: You can now set fees_collector to stripe so that we apply standard pricing automatically. Your platform doesn’t need to configure fees or collect payments from connected accounts.

Loss liability: You can now set losses_collector to stripe so that we absorb negative balances. Your platform has no financial liability if a connected account can’t cover a refund or chargeback.

See Create an account for implementation details.

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-06-24. preview
  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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?