# `Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L2079)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.Checkout.SessionCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections{
    permissions: [String.t()] | nil,
    prefetch: [String.t()] | nil
  }
```

* `permissions` - The list of permissions to request. If this parameter is passed, the `payment_method` permission must be included. Valid permissions include: `balances`, `ownership`, `payment_method`, and `transactions`.
* `prefetch` - List of data features that you would like to retrieve upon account creation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
