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

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.Payto{
  account_number: String.t() | nil,
  bsb_number: String.t() | nil,
  pay_id: String.t() | nil
}
```

* `account_number` - The account number for the bank account. Max length: 5000.
* `bsb_number` - Bank-State-Branch number of the bank account. Max length: 5000.
* `pay_id` - The PayID alias for the bank account. Max length: 5000.

---

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