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

Nested parameters.

# `t`

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

* `custom_message` - A custom message to display to the customer after the purchase is complete. Max length: 500.

---

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