RyzeDeskRyzeDesk

Stripe

4105 articles

Accounts no longer provide a keys field. Platforms should use their own API key to authenticate as their connected accounts


Breaking changes

Accounts no longer provide a keys field. Platforms should use their own API key to authenticate as their connected accounts Breaking changes

What’s new

Renames the keys property for account creation. Platforms should now authenticate as their connected accounts with their own key through the Stripe-Account header.

Impact

This change removes the keys property from account creation and introduces a new authentication method for platforms to act on behalf of connected accounts. You must now use your own key with the Stripe-Account header to authenticate as connected accounts.

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: 2019-02-19
  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-27

Is this helpful?