Manage Checkout Link Domain

Learn about checkout link domain

Zotlo automatically generates a unique link for each checkout form (e.g., checkout.zotlo.com/payment/{Token}). However, if you prefer to use your own custom domain instead of Zotlo's domain, you can do so by clicking the “Change URL” option in the menu of the respective checkout link.

In the pop-up window, enable the “Use Custom Domain” option to enter your custom domain, and optionally, you can add a custom slug.

To use your custom domain, a proper CNAME redirection must be configured in advance. Once you enter your domain, Zotlo automatically checks the CNAME setup:

  • If the redirection is correctly configured, the domain will be saved successfully.

  • If the setup is invalid or incomplete, you will be notified and required to adjust the configuration.

To configure your CNAME redirection:

  1. Go to the DNS settings section of your domain provider.

  2. Create a new CNAME record.

    • For example, define a subdomain like checkout.myapp.com.

    • Point this subdomain to checkout.zotlo.com.

  3. Save the DNS settings and return to the Zotlo panel to check the domain status.

  4. Once verification is complete, your checkout link will be accessible through your custom domain.

Last updated