> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firmhouse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Redirect customers after checkout

> Send subscribers to a custom URL after completing the Firmhouse Checkout, useful for order confirmation pages, thank-you pages, or upsell flows.

You can send customers to any page after they completed the checkout. This can be useful if you have a custom order confirmation page on your webshop or if you want to upsell products.

All you need to do is add this snippet at the end of the Firmhouse checkout URL:

```
?return_url=https://yourdomain.com
```

## Example

```
https://checkout.firmhouse.com/en/my-project-name?return_url=https://firmhouse.com
```

When customers complete their checkout, they will be automatically redirected to the URL you specified in the `return_url` parameter.
