# `Stripe.Resources.NextActionRedirectToUrl`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/next_action_redirect_to_url.ex#L2)

SetupIntentNextActionRedirectToUrl

# `t`

```elixir
@type t() :: %Stripe.Resources.NextActionRedirectToUrl{
  return_url: String.t(),
  url: String.t()
}
```

* `return_url` - If the customer does not exit their browser while authenticating, they will be redirected to this specified URL after completion. Max length: 5000. Nullable.
* `url` - The URL you must redirect your customer to in order to authenticate. Max length: 5000. Nullable.

# `object_name`

---

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