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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.AcssDebit{
  currency: String.t() | nil,
  mandate_options:
    Stripe.Params.SetupIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions.t()
    | nil,
  verification_method: String.t() | nil
}
```

* `currency` - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). Possible values: `cad`, `usd`.
* `mandate_options` - Additional fields for Mandate creation
* `verification_method` - Bank account verification method. Possible values: `automatic`, `instant`, `microdeposits`.

---

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