# `Stripe.Params.AccountCreateParams.Controller.Fees`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_create_params.ex#L1343)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountCreateParams.Controller.Fees{
  payer: String.t() | nil
}
```

* `payer` - A value indicating the responsible payer of Stripe fees on this account. Defaults to `account`. Learn more about [fee behavior on connected accounts](https://docs.stripe.com/connect/direct-charges-fee-payer-behavior). Possible values: `account`, `application`.

---

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