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.
, you’ll notice the following changes:
The ability to set the Balance Settings delay_days to default by posting an empty
delay_
value. The default value is the lowest available for your account.days_ override The delay_days_override field added to the Balance Settings object, which you can set when you update Balance Settings.
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.
, you do not need to migrate. If you are a platform on Accounts v2, see this integration guide to learn more.