Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Shows errors for eventually due requirements


  • Breaking changes
  • Public preview

Shows errors for eventually due requirements Breaking changes Public preview

What’s new

In the Accounts, Persons, and Capabilities APIs, validation and verification errors can now appear in the requirements.errors and future_requirements.errors arrays for eventually_due requirements. The account.updated, person.updated, and capability.updated webhook events can also include these errors in their Account, Person, and Capability payloads.

Why is this a breaking change?

Previously, requirements.errors and future_requirements.errors only included errors for requirements that were currently due or overdue. If your integration assumes that eventually_due requirements don’t have corresponding errors, update your code to handle errors for those requirements.

Impact

If your integration reads requirements.errors or future_requirements.errors from Accounts, Persons, Capabilities, or related webhook events, handle errors whose requirement value is also listed in eventually_due.

Changes

ParametersChangeResources or endpoints
requirements. errors future_requirements. errorsChangedAccount.requirements.errors[] Account.future_requirements.errors[] Capability.requirements.errors[] + 3 more Capability.future_requirements.errors[] Person.requirements.errors[] Person.future_requirements.errors[]
ChangeEvent type
account. updated capability. updated person. updatedChangedEvent

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-07-29. 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-25

Is this helpful?