Redeemio Help

Custom domain (vouchers.yourdomain.co.uk)

Use your own subdomain instead of *.redeemio.app. Looks more professional in customer emails and the till receipt.

How it works

You point a CNAME record from vouchers.yourdomain.co.uk (or any subdomain you choose) to our edge. We provision an SSL certificate automatically (Let's Encrypt). Vouchers, the storefront, and the till PWA all serve from your subdomain.

DNS setup

Go to your DNS provider (Cloudflare, Route 53, GoDaddy, etc.) and add:

  • Type: CNAME
  • Name: vouchers (or whatever subdomain you want)
  • Target: edge.redeemio.app
  • TTL: 300 (5 minutes)

Then in /admin → Setup → Domain, paste the full hostname (vouchers.yourdomain.co.uk) and click Verify. SSL is automatic.

What if I have multiple locations?

Each location uses the same subdomain. The location context comes from the voucher code or the till user, not the URL. You only need one custom domain for the whole business.