> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skyfree.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Payments Setting

> Generate the pricing-page embed code, and control whether the Plans and Add-ons tabs show on your public pricing page.

## What is this?

**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.

<img src="https://mintcdn.com/mail2skyfreegmailcom/RbQ-QWSO7Z1yojdz/images/pricing-iframe-tab-view.png?fit=max&auto=format&n=RbQ-QWSO7Z1yojdz&q=85&s=0202d7962476b552a458af639abcf973" alt="Payments Setting tab showing the generated embed code block, the Copy Code button, and the Show Plans toggle" width="1282" height="953" data-path="images/pricing-iframe-tab-view.png" />

## What can I do here?

* View the auto-generated iframe embed code for **Embed Pricing**
* Copy the code to your clipboard with one click
* Toggle **Show Plans** to show or hide the membership and add-on plan tabs on the pricing page

## How to use it

### Embed your pricing page

1. Go to **Platform Settings → Payments Setting**.
2. Click **Copy Code** to copy the embed snippet to your clipboard.
3. 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.
4. Optionally, append `?buyNowUrl=https://yourdomain.com/plans` to the iframe's `src` attribute to control where the pricing page's "buy now" action points.

### Show or hide the plan tabs

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.

## Troubleshooting / Technical Notes

* **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](/platform/settings/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.

## Related docs

* [Platform Settings](/platform/platform-settings)
* [Platform Plans](/platform/platform-plans)
* [Domain Setup](/platform/settings/domain-setup)
