# `Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.Capabilities.MxBankTransferPayments`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/v2/core/account_update_params.ex#L775)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Merchant.Capabilities.MxBankTransferPayments{
    requested: boolean() | nil
  }
```

* `requested` - To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.

---

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