## Collect Financial Connections Accounts `stripe.collectFinancialConnectionsAccounts(options: object)` Use `stripe.collectFinancialConnectionsAccounts` in the [Add a Financial Connections Account to retrieve data](https://docs.stripe.com/financial-connections/other-data-powered-products.md) flow. When called, it will load the [Authentication Flow](https://docs.stripe.com/financial-connections/fundamentals.md#authentication-flow), an on-page modal UI which allows your user to securely link their external financial account(s). - `options` - `clientSecret` The `client_secret` of the [Financial Connections Session](https://docs.stripe.com/api/financial_connections/session.md). ### Example ```title Collect Financial Connections Accounts ```