Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Enables rejecting connected accounts with non-zero balances and controlling whether to pause payouts


Enables rejecting connected accounts with non-zero balances and controlling whether to pause payouts

What’s new

Adds the ability to reject a connected account even when it has a non-zero balance. You can also control if payouts are paused as part of the rejection by passing the new payouts_action parameter, which accepts pause (default) or none.

Previously, attempting to reject an account with a non-zero balance using the Reject an account endpoint returned an error, and payouts were always paused during rejection.

Impact

If your integration rejects connected accounts using the Reject an account endpoint, you can now reject accounts regardless of their balance. You can also use the new payouts_action parameter to keep payouts enabled after rejection by passing none.

This gives you the flexibility to reject connected accounts without having to first remediate any negative or positive balances.

Changes

ParameterChangeResources or endpoints
payouts_actionAddedAccount#reject

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-07-29. 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?