Payments Setting covers two things about your public pricing page: the embeddable iframe snippet you can paste into any external website, and a Show Plans toggle that controls whether the plan tabs appear on that pricing page at all.
Click Copy Code to copy the embed snippet to your clipboard.
Paste the snippet into the HTML of any external website (including a white-label or hosted portal). The iframe reports its own content height back to the page, so it resizes automatically as plans load.
Optionally, append ?buyNowUrl=https://yourdomain.com/plans to the iframe’s src attribute to control where the pricing page’s “buy now” action points.
Turn Show Plans off to hide the membership and add-on plan tabs on the pricing page — for example if you only want to show custom or contact-us pricing there. The setting applies immediately to the live pricing page, and the copied embed snippet respects it too: turning it off adds ?hidePlans=1 to the iframe automatically, so you don’t need to edit the snippet by hand.
The snippet points to the wrong domain. The embed code always uses the domain you’re viewing Platform Settings from. If your platform has more than one domain (see Domain Setup), open Platform Settings from the domain you want to publish before copying the code, since this tab doesn’t let you pick a different one.
Plans still show after turning Show Plans off. Re-copy the embed snippet — an already-pasted snippet keeps whatever hidePlans value it had when you copied it, so it needs copying again after you change the toggle.
The toggle has no separate save button. It saves as soon as you switch it.