Skip to content
Create account or Sign in
The Stripe Docs logo
/
Ask AI
Create accountSign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
APIs & SDKsHelp
Overview
Versioning
Changelog
    Overview
    Clover
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Sample projects
Tools
Stripe Dashboard
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Model Context ProtocolBuild agentic AI SaaS Billing workflows
Security and privacy
Security
Stripebot web crawler
Privacy
Extend Stripe
Build Stripe apps
Use apps from Stripe
Partners
Partner ecosystem
Partner certification
United States
English (United States)
HomeDeveloper resourcesChangelogClover2025-10-29.preview

Adds support for retrieving and listing closed v2 AccountsPublic 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 API. Now, we return limited information for closed accounts, which lets you to track their history. You can’t perform any other operations on closed accounts.

Changes

ParameterChangeResources or endpoints
closedAdded
V2.Core.AccountV2.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
  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 new error code for missing verification data from connected accounts
  • Adds support for using Accounts v2 payment method billing details for Stripe Tax location
  • Adds the ability to attest to the authorized company representative for Accounts v2
Was this page helpful?
YesNo
  • Need help? Contact Support.
  • Check out our changelog.
  • Questions? Contact Sales.
  • LLM? Read llms.txt.
  • Powered by Markdoc