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
    Clover
    Basilikum
    Acacia
    Vorherige Versionen
Aktualisieren Sie Ihre API-Version
Ihre SDK-Version aktualisieren
Essentials
SDKs
API
Tests
Stripe-CLI
Beispiel-Projekte
Tools
Stripe Dashboard
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 ProtocolAgentische KI-SaaS-Billing-Workflows aufbauen
Sicherheit und Datenschutz
Sicherheit
Stripebot-Webcrawler
Datenschutz
Extend Stripe
Erstellen Sie Stripe-Apps
Verwenden Sie Apps von Stripe
Partner
Partner-Ecosystem
Partner-Zertifizierung
StartseiteEntwicklerressourcenChangelogClover2025-09-30.clover

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 balance and payout settings with the Balance Settings API

What’s new

You can now customize how a connected account’s balance and payout are managed by your platform with the Balance Settings API. These options are included:

  • payments.debit_negative_balances: determines whether Stripe should try to reclaim negative balances from an attached bank account.
  • payments.payouts.minimum_balance_by_currency: defines the minimum balance amount to retain per currency after automatic payouts—only funds in excess of that currency are paid out.
  • payments.payouts.schedule: specifies the precise schedule for payouts, including the frequency interval and days of the month or week.
  • payments.payouts.statement_descriptor: specifies the text that appears on the bank account statement for payouts.
  • payments.settlement_timing: defines settlement timing for pending funds to become available.

If you were using the Balance Settings API on preview API versions earlier than 2025-09-30.clover, you’ll notice the following changes:

  • The ability to set the Balance Settings delay_days to default by posting an empty delay_days_override value. The default value is the lowest available for your account.

  • The delay_days_override field added to the Balance Settings object, which you can set when you update Balance Settings.

FeldÄndernVon → bis
BalanceSettings#update.payments.settlement_timing.delay_days_overrideGeändert
longInteger → emptyable(longInteger)
ParameterÄndernRessourcen oder Endpoints
delay_days_overrideHinzugefügt
BalanceSettings.payments.settlement_timing

Impact

All Stripe platforms can now use the Balance Settings API to customize account balances, configure minimum balances for automatic payouts, and manage payout settings.

We recommend using the Balance Settings API for both Accounts v1 and Accounts v2 over the legacy settings.payouts hash in the Accounts v1 API However, if you are a platform on Accounts v1 and currently using settings.payouts, you do not need to migrate. If you are a platform on Accounts v2, see this integration guide to learn more.

Changes

ÄndernRessource
Hinzugefügt
BalanceSettings
Endpoints ÄndernRessource
retrieveupdateHinzugefügt
BalanceSettings

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-09-30.clover
  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

  • Adds specific descriptions for risk requirements during legal, PEP, and sanctions review
  • Adds a new error code for business type validations
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