# Adds support for multiple financial accounts per business

## What’s new

Support for multiple [Financial Accounts](https://docs.stripe.com/api/treasury/financial_accounts.md?api-version=2025-01-27.acacia) per business is now generally available. This means that each of your accounts with [Treasury for platforms](https://docs.stripe.com/treasury/connect/legacy/v1.md) enabled can have more than one financial account.

## Changes

#### REST API

| Endpoint | Change | Resource |
| --- | --- | --- |
| `close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or endpoints |
| --- | --- | --- |
| `is_default`, `nickname` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `destination_payment_method_data` | Added | [Treasury.OutboundTransfer#create](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `financial_account` | Added | [Treasury.OutboundTransfer.destination_payment_method_details](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `outbound_transfer` | Added | [Treasury.ReceivedCredit.linked_flows.source_flow_details](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Value | Change | Enums |
| --- | --- | --- |
| `outbound_transfer` | Added | `Treasury.ReceivedCredit#list.linked_flows.source_flow_type`, `Treasury.ReceivedCredit.linked_flows.source_flow_details.type` |

| Field | Change | From → to |
| --- | --- | --- |
| `Treasury.OutboundTransfer.destination_payment_method_details.type` | Changed | `literal('us_bank_account') → enum('financial_account'|'us_bank_account')` |

#### Ruby

| Method | Change | Resource |
| --- | --- | --- |
| `close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

#### Python

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `_cls_close` | Added | [stripe.treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `close` | Added | [stripe.treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `is_default` | Added | [stripe.treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `nickname` | Added | [stripe.treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `destination_payment_method_data` | Added | [stripe.treasury.OutboundTransfer.CreateParams](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `financial_account` | Added | [stripe.treasury.OutboundTransfer.DestinationPaymentMethodDetails](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `outbound_transfer` | Added | [stripe.treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Values | Change | Enums |
| --- | --- | --- |
| `financial_account` | Added | `stripe.treasury.OutboundTransfer.DestinationPaymentMethodDetails.type` |
| `outbound_transfer` | Added | `stripe.treasury.ReceivedCredit.LinkedFlows.SourceFlowDetails.type`, `stripe.treasury.ReceivedCredit.ListParamsLinkedFlows.source_flow_type` |

#### PHP

| Method | Change | Resource |
| --- | --- | --- |
| `close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `is_default`, `nickname` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

#### Java

| Method | Change | Resource |
| --- | --- | --- |
| `close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `is_default`, `nickname` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `destination_payment_method_data` | Added | [treasury.OutboundTransferCreateParams](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `financial_account` | Added | [Treasury.OutboundTransfer.destination_payment_method_details](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `outbound_transfer` | Added | [Treasury.ReceivedCredit.linked_flows.source_flow_details](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Value | Change | Enum |
| --- | --- | --- |
| `outbound_transfer` | Added | `treasury.ReceivedCreditListParams.linked_flows.source_flow_type` |

| Field | Change | From → to |
| --- | --- | --- |
| `Treasury.OutboundTransfer.destination_payment_method_details.type` | Changed | `literal('us_bank_account') → enum('financial_account'|'us_bank_account')` |

#### Node.js

| Method | Change | Resource |
| --- | --- | --- |
| `close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `is_default`, `nickname` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `destination_payment_method_data` | Added | [Treasury.OutboundTransferCreateParams](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `financial_account` | Added | [Treasury.OutboundTransfer.destination_payment_method_details](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `outbound_transfer` | Added | [Treasury.ReceivedCredit.linked_flows.source_flow_details](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Value | Change | Enums |
| --- | --- | --- |
| `outbound_transfer` | Added | `Treasury.ReceivedCredit.linked_flows.source_flow_details.type`, `Treasury.ReceivedCreditListParams.linked_flows.source_flow_type` |

| Field | Change | From → to |
| --- | --- | --- |
| `Treasury.OutboundTransfer.destination_payment_method_details.type` | Changed | `literal('us_bank_account') → enum('financial_account'|'us_bank_account')` |

#### Go

| Method | Change | Resource |
| --- | --- | --- |
| `Close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `IsDefault`, `Nickname` | Added | [TreasuryFinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `DestinationPaymentMethodData` | Added | [TreasuryOutboundTransferParams](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `FinancialAccount` | Added | [TreasuryOutboundTransferDestinationPaymentMethodDetails](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `OutboundTransfer` | Added | [TreasuryReceivedCreditLinkedFlowsSourceFlowDetails](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Value | Change | Enum |
| --- | --- | --- |
| `outbound_transfer` | Added | `TreasuryReceivedCreditLinkedFlowsSourceFlowDetailsType` |

| Field | Change | From → to |
| --- | --- | --- |
| `TreasuryOutboundTransferDestinationPaymentMethodDetailsType` | Changed | `literal('us_bank_account') → enum('financial_account'|'us_bank_account')` |

#### .NET

| Method | Change | Resource |
| --- | --- | --- |
| `Close` | Added | [Treasury.FinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |

| Parameters | Change | Resources or methods |
| --- | --- | --- |
| `IsDefault`, `Nickname` | Added | [TreasuryFinancialAccount](/api/treasury/financial_accounts/object?api-version=2025-01-27.acacia) |
| `DestinationPaymentMethodData` | Added | [Treasury.OutboundTransferCreateOptions](/api/treasury/outbound_transfers/create?api-version=2025-01-27.acacia) |
| `FinancialAccount` | Added | [TreasuryOutboundTransferDestinationPaymentMethodDetails](/api/treasury/outbound_transfers/object?api-version=2025-01-27.acacia#outbound_transfer_object-destination_payment_method_details) |
| `OutboundTransfer` | Added | [TreasuryReceivedCreditLinkedFlowsSourceFlowDetails](/api/treasury/received_credits/object?api-version=2025-01-27.acacia#received_credit_object-linked_flows-source_flow_details) |

| Field | Change | From → to |
| --- | --- | --- |
| `TreasuryOutboundTransferDestinationPaymentMethodDetailsType` | Changed | `literal('us_bank_account') → enum('financial_account'|'us_bank_account')` |

## Upgrade

#### REST API

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) 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](https://docs.stripe.com/api/versioning.md) to include `Stripe-Version: 2025-01-27.acacia`
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Ruby

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Ruby SDK to [v13.4.0](https://github.com/stripe/stripe-ruby/releases/tag/v13.4.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Python

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Python SDK to [v11.5.0](https://github.com/stripe/stripe-python/releases/tag/v11.5.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### PHP

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your PHP SDK to [v16.5.0](https://github.com/stripe/stripe-php/releases/tag/v16.5.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Java

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Java SDK to [v28.3.0](https://github.com/stripe/stripe-java/releases/tag/v28.3.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Node.js

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Node SDK to [v17.6.0](https://github.com/stripe/stripe-node/releases/tag/v17.6.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Go

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Go SDK to [v81.3.0](https://github.com/stripe/stripe-go/releases/tag/v81.3.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### .NET

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your .NET SDK to [v47.3.0](https://github.com/stripe/stripe-dotnet/releases/tag/v47.3.0)
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).
