# `Stripe.Params.PaymentLinkCreateParams.AfterCompletion.Redirect`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L138)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.PaymentLinkCreateParams.AfterCompletion.Redirect{
  url: String.t() | nil
}
```

* `url` - The URL the customer will be redirected to after the purchase is complete. You can embed `{CHECKOUT_SESSION_ID}` into the URL to have the `id` of the completed [checkout session](https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-id) included.

---

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