Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds support for retrieving and listing closed v2 Accounts


Public preview

Adds support for retrieving and listing closed v2 Accounts Public preview

What’s new

You can now retrieve and list v2 Accounts that have been closed. Only limited, non-personally-identifiable information is returned for closed accounts.

To denote if an account is closed, we’ve introduced a closed field on the Account v2 object. This field is set to true for closed accounts and false otherwise. Only accounts that aren’t closed are returned by default when you List accounts. To list closed accounts, specify closed in your request.

Impact

You can now retrieve closed accounts using the Accounts v2 API. Previously, you couldn’t retrieve an account after it was closed. Now, we return limited information for closed accounts, which lets you track their history. You can’t perform any other operations on closed accounts.

Changes

ParameterChangeResources or endpoints
closedAddedV2. Core. Account V2. Core. Account#list

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-10-29. preview
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?