RyzeDeskRyzeDesk

Stripe

4105 articles

Adds future requirements field to Accounts v2


  • Breaking changes
  • Public preview

Adds future requirements field to Accounts v2 Breaking changes Public preview

What’s new

Adds future_requirements to the Accounts v2 API as a new includable property. Accounts now have two properties that specify any required information that must be collected from the company, individual, or business:

  • The future_requirements property specifies what information Stripe will eventually be required to collect.
  • The requirements property specifies what information Stripe currently is required to collect.

Why is this a breaking change?

Any requirements previously included in the requirements hash with a requested reason code of future_requirements are now included in the future_requirements hash.

Impact

You no longer need to review all individual requirements to determine whether they’re required to unblock capabilities on an account. If requirements.entries is empty, all requested capabilities are active.

Changes

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-11-17. 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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?