Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event Destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context Protocol
Security and privacy
Security
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesChangelogBasil2025-07-30.preview

Adds Account Links v2 API support for connected accounts created using the Accounts v2 APIBreaking changes

What’s new

When using Accounts v2 for Connect, you can now use Account Links v2 to onboard connected accounts. We now support additional configurations such as merchant and customer for Accounts v2.

We’ve also introduced an optional collection_options parameter to allow you to specify requirements that Stripe collects from connected accounts:

  • collection_options.fields: specify whether to collect only currently_due requirements (currently_due) or both currently_due and eventually_due requirements (eventually_due). If you don’t specify collection_options, the default value is currently_due.
  • collection_options.future_requirements: specify whether to collect future_requirements in addition to requirements in Connect Onboarding. The default value is omit.

Why is this a breaking change?

As a part of this release, we’re renaming the v2.core.account_links.completed event to v2.core.account_links.returned for clarity. Existing integrations won’t break, but you need to subscribe to the new version of the event with this change.

There are no breaking changes with the API.

Impact

You can now onboard connected accounts created using the Accounts v2 API directly with the Account Links v2 API, which natively supports configuration types specified on the Account. This is an improvement over using the Account Links v1 API with Accounts v2.

Changes

ParameterChangeResources or endpoints
collection_optionsAdded
V2.Core.AccountLink#create.use_case.account_onboardingV2.Core.AccountLink#create.use_case.account_updateV2.Core.AccountLink.use_case.account_onboarding
 + 1 more
V2.Core.AccountLink.use_case.account_update
FieldsChangeFrom → to
V2.Core.AccountLink#create.use_case.account_onboarding.configurationsV2.Core.AccountLink#create.use_case.account_update.configurationsV2.Core.AccountLink.use_case.account_onboarding.configurationsV2.Core.AccountLink.use_case.account_update.configurationsChanged
literal('recipient') → enum('customer'|'merchant'|'recipient'|'storer')

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-07-30.preview
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Renames the parameter for custom settlement timing on the Balance Settings API
  • Updates schedule customization for weekly and monthly payouts
  • Adds Connect embedded component for Instant Payouts promotion
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Join our early access programme.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc