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_
parameter to allow you to specify requirements that Stripe collects from connected accounts:
collection_
: specify whether to collect only currently_due requirements (options. fields currently_
) or both currently_due and eventually_due requirements (due eventually_
). If you don’t specifydue collection_
, the default value isoptions currently_
.due collection_
: specify whether to collect future_requirements in addition to requirements in Connect Onboarding. The default value isoptions. future_ requirements omit
.
Why is this a breaking change?
As a part of this release, we’re renaming the v2.
event to v2.
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.