# `Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L942)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount{
    financial_connections:
      Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.FinancialConnections.t()
      | nil,
    mandate_options:
      Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.MandateOptions.t()
      | nil,
    networks:
      Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.UsBankAccount.Networks.t()
      | nil,
    verification_method: String.t() | nil
  }
```

* `financial_connections` - Additional fields for Financial Connections Session creation
* `mandate_options` - Additional fields for Mandate creation
* `networks` - Additional fields for network related functions
* `verification_method` - Bank account verification method. Possible values: `automatic`, `instant`, `microdeposits`.

---

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