- Breaking changes
- Public preview
Replaces the status filter with statuses on the List Financial Accounts endpoint Breaking changes Public preview
What’s new
You can now filter FinancialAccounts by multiple statuses in a single API call using the new statuses parameter on the List FinancialAccounts endpoint. For example, you can retrieve all open and closed financial accounts together without making separate requests. The statuses parameter replaces the status parameter.
Why is this a breaking change?
Previously, you could filter financial accounts using a singular status parameter. That parameter has been removed from the List FinancialAccounts endpoint. Update your code to use the statuses array parameter instead. For example, replace status=open with statuses[]=open. This change affects all supported SDK languages (Node, Java, Go, PHP, Ruby, Python, and.NET).
Impact
Update any existing calls to the List FinancialAccounts endpoint that pass a status parameter to use statuses instead. The statuses parameter accepts an array, so you can filter by multiple statuses (such as open and closed) in a single request.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| statuses | Added | V2. MoneyManagement. FinancialAccount#list |
| status | Removed | V2. MoneyManagement. FinancialAccount#list |
Upgrade
- View your current API version in Workbench.
- 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-06-24. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
