Docs

Hosted Pages Articles & FAQ

Custom domain, white labeling, custom, Domain, label, white, Prerequisites

How to request for the custom domain feature?

Custom Domain or White labeling feature is particularly useful if you're using the URL based checkou

461783

2018-11-24T18:45:33Z

2024-10-04T05:10:12Z

2963

1

4

237786

How to request for the Custom Domain feature?

How to request for the Custom Domain feature?

Scope

Can we customize our domain name?

Is there any option to have our domain name instead of Chargebee?

Summary

Custom Domain or White labeling feature is particularly useful if you're using the URL-based checkout and portal pages(V2 Checkout pages) in Chargebee. This earlier version(V2) of the checkout flow involved redirecting users from your website to the Chargebee checkout page through a URL.

The checkout page has a unique URL for each pricing plan in your account. The URL format is https://.chargebee.com/hosted_pages/plans/

Solution

As the new version of our hosted pages, V3 is a modal popup, the need to redirect your customers is minimized, however, if you intend to use a standalone page you might have the need to white-label the Chargebee page.

The custom domain feature lets you have your brand on the hosted pages' URLs, instead of Chargebee's. This feature is enabled from the backend for your site, here are the prerequisites:

  • Decide on a subdomain that you would like to use. Eg: billing..com

  • Once you've decided on the subdomain, create a CNAME record and point your subdomain to cd3.chargebee.com.

  • Check if the CNAME has been properly configured and propagated. You could use this tool to check: https://mxtoolbox.com/CNAMELookup.aspx

  • Create client keys to enable Google Recaptcha

  • Once this is done, you can email our support team with the CNAME and client keys (support@chargebee.com) and we'd add your custom domain to our certificate list which could take about 7 to 10 business days.

Note

  • This feature is available only for the Rise plan and above. To know more, visit Chargebee's Plans and Pricing page.

  • Once the custom domain is activated, if your Chargebee site is on checkout V3 when integrating using the drop-in script, you'd have to add your custom domain name in the header script as shown below:

    <script src="https://js.chargebee.com/v2/chargebee.js" data-cb-site="domain" data-cb-domain="https://billing.domain.com"></script>
    

    Refer to this documentation to learn more.

Was this article helpful?
Loading…