# `Stripe.Params.AccountUpdateParams.Settings.Payouts`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/account_update_params.ex#L1900)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.AccountUpdateParams.Settings.Payouts{
  debit_negative_balances: boolean() | nil,
  schedule:
    Stripe.Params.AccountUpdateParams.Settings.Payouts.Schedule.t() | nil,
  statement_descriptor: String.t() | nil
}
```

* `debit_negative_balances` - A Boolean indicating whether Stripe should try to reclaim negative balances from an attached bank account. For details, see [Understanding Connect Account Balances](https://stripe.com/connect/account-balances).
* `schedule` - Details on when funds from charges are available, and when they are paid out to an external account. For details, see our [Setting Bank and Debit Card Payouts](https://stripe.com/connect/bank-transfers#payout-information) documentation.
* `statement_descriptor` - The text that appears on the bank account statement for payouts. If not set, this defaults to the platform's bank descriptor as set in the Dashboard. Max length: 22.

---

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