# `Stripe.Params.SourceCreateParams.Redirect`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/source_create_params.ex#L185)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SourceCreateParams.Redirect{return_url: String.t() | nil}
```

* `return_url` - The URL you provide to redirect the customer back to you after they authenticated their payment. It can use your application URI scheme in the context of a mobile application.

---

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