## Use Financial Connections to collect a bank account Token for payouts

`stripe.collectBankAccountToken(options: object)`

Use `stripe.collectBankAccountToken` in the [Add a Financial Connections Account to a
US Custom Connect account](https://docs.stripe.com/financial-connections/connect-payouts.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 for payouts.

- `options`
    - `clientSecret`
      The `client_secret` of the [Financial Connections Session](https://docs.stripe.com/api/financial_connections/session.md).

### Example

```title
Use Financial Connections to collect a bank account Token for payouts
```
