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

Parameters for source verify.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.
* `values` - The values needed to verify the source.

---

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