Basics

Enabling Checkout on Anonymous Pricing Tables

If your customers do not need to create an account for your product to purchase a license (i.e. you have a downloadable product, plugin etc) then you can enable anonymous checkout directly from the anonymous pricing table you embed on your marketing site.

Instead of redirecting users to a URL to create a product they will be taken directly to a Paddle Checkout.

Embedding the Pricing Table HTML

Paddle requires that a checkout is only initiated on a verified domain (i.e. your website). Therefore you cannot embed the pricing table via an IFRAME, but rather you get the HTML from the Boathouse API and directly inject the HTML into your pricing table page.

HTTP GET
https://my.boathouse.co/api/v1/pricingtable?p=xxx
// replace XXX with your portal settings

Boathouse will return the HTML for you to add to the page. Ensure you have PaddleJS loaded and configured for this page.

The default stylesheet and Boathouse script will be added to the HTML returned from the API. If you want to deactivate the default styles simply call the API with the nostyles=true parameter.

HTTP GET
https://my.boathouse.co/api/v1/pricingtable?p=xxx&nostyles=true
// replace XXX with your portal settings
Previous
One Time Products