Weiter zum Inhalt
Konto erstellen
oder
anmelden
Das Logo der Stripe-Dokumentation
/
KI fragen
Konto erstellen
Anmelden
Jetzt starten
Zahlungen
Umsatz
Plattformen und Marktplätze
Geldmanagement
Entwicklerressourcen
Übersicht
Versionierung
Änderungsprotokoll
    Übersicht
    Basilikum
    Acacia
    Vorherige Versionen
Aktualisieren Sie Ihre API-Version
Ihre SDK-Version aktualisieren
Essentials
SDKs
API
Tests
Stripe-CLI
Beispiel-Projekte
Tools
Workbench
Entwickler-Dashboard
Stripe Shell
Stripe für Visual Studio Code
Funktionen
Arbeitsabläufe
Ereignisziele
Stripe-StatuswarnungenHochgeladene Dateien
KI-Lösungen
Agent-Toolkit
Model Context Protocol
Sicherheit und Datenschutz
Sicherheit
Datenschutz
Extend Stripe
Erstellen Sie Stripe-Apps
Verwenden Sie Apps von Stripe
Partner
Partner-Ecosystem
Partner-Zertifizierung
StartseiteEntwicklerressourcenChangelogBasil2025-07-30.preview

Notiz

Bis jetzt ist diese Seite noch nicht in dieser Sprache verfügbar. Wir arbeiten aber verstärkt daran, unsere Dokumentation in weiteren Sprachen bereitzustellen, und werden die Übersetzung sofort anzeigen, sobald diese verfügbar ist.

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

ParameterÄndernRessourcen oder Endpoints
collection_optionsHinzugefügt
V2.Core.AccountLink#create.use_case.account_onboardingV2.Core.AccountLink#create.use_case.account_updateV2.Core.AccountLink.use_case.account_onboarding
 + 1 weitere
V2.Core.AccountLink.use_case.account_update
FelderÄndernVon → bis
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.configurationsGeändert
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
War diese Seite hilfreich?
JaNein
  • Benötigen Sie Hilfe? Kontaktieren Sie den Kundensupport.
  • Nehmen Sie an unserem Programm für frühzeitigen Zugriff teil.
  • Schauen Sie sich unser Änderungsprotokoll an.
  • Fragen? Sales-Team kontaktieren.
  • LLM? Lesen Sie llms.txt.
  • Unterstützt von Markdoc