Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds automatic transfer rules to balance settings


Adds automatic transfer rules to balance settings

What’s new

You can now configure per-currency rules for automatically transferring funds from your payments balance to a Financial Account using the new automatic_transfer_rules_by_currency parameter on the Balance Settings object.

The automatic transfer rules support two types:

  • transfer _ all : Transfers all available funds to the specified Financial Account
  • transfer _ up _ to _ amount : Transfers up to a specified maximum amount to the Financial Account

You can configure different rules for USD, GBP, and EUR currencies. Each rule specifies a payout_method that identifies the Financial Account where funds are transferred.

Impact

You can now programmatically configure automatic transfers from your payments balance to a Financial Account through the API instead of using the Dashboard. This enables you to automate fund distribution as part of your platform’s account setup and management flows.

Changes

ParameterChangeResources or endpoints
automatic_transfer_rules_by_currencyAddedBalanceSettings#update. payments. payouts BalanceSettings. payments. payouts

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: 2026-05-27. dahlia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?