RyzeDeskRyzeDesk

Stripe

4105 articles

Updates requirements collection parameters for Accounts v2


  • Breaking changes
  • Public preview

Updates requirements collection parameters for Accounts v2 Breaking changes Public preview

What’s new

The defaults.responsibilities.requirements_collector parameter replaces the deprecated requirements.collector parameter. You use the requirements_collector parameter to specify whether Stripe or your platform is responsible for collecting requirements on connected accounts while using Accounts v2.

This change also updates the enum values for requirements.entries[].reference.type, which specify which API resource is related to a given requirement.

Why is this a breaking change?

This is a breaking change because:

  • The requirements _ collector parameter replaces the collector parameter.
  • Parameter enum values in requirements. entries[]. reference. type are now more specific (for example, payment _ method and person ). This could cause validation errors if your integration expects the previous generic value of resource .

Impact

The updated parameter enum values for requirements.entries[].reference.type might require changes to how you handle specific requirements in your verification flows.

If your integration relies on the collector parameter or the resource enum value, you need to update your code before upgrading to this API version to avoid integration failures.

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?