# `Stripe.Params.CustomerPaymentSourceVerifyParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/customer_payment_source_verify_params.ex#L2)

Parameters for customer payment source verify.

# `t`

```elixir
@type t() :: %Stripe.Params.CustomerPaymentSourceVerifyParams{
  amounts: [integer()] | nil,
  expand: [String.t()] | nil
}
```

* `amounts` - Two positive integers, in *cents*, equal to the values of the microdeposits sent to the bank account.
* `expand` - Specifies which fields in the response should be expanded.

---

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