For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hosted Pages

Settings → Hosted Pages keeps a curated, friendly-named list of your billing provider's hosted payment pages — for example Zuora Hosted Payment Pages — so the page editor can pick from a short, readable list instead of asking builders to paste raw provider page IDs.

Why it matters

Hosted payment pages are iframes hosted by your billing provider that securely capture card and payment details, keeping sensitive data out of PeakCommerce. Providers identify each page by an opaque ID. Maintaining the mapping here once means everyone building checkout flows selects a clear name (e.g. "USD Credit Card") rather than copying a cryptic identifier into every page.

Add a hosted page

  1. Click New Hosted Page.

  2. Give it a friendly name that describes its purpose — currency, payment method, or brand are good cues.

  3. Enter the provider's hosted page ID (from your billing provider's console).

  4. Save. The entry now appears in the page editor's payment-page picker.

How it's used

When building an ecommerce checkout, the payment step references one of these curated entries by name. See ecommerce and payment pages.

Gotchas

  • The page ID must match the one configured in your billing provider, and the page must be active there — a typo or disabled page surfaces as a broken payment step.

  • Keep currency and payment method consistent between the friendly name and the underlying provider page so builders aren't misled.

  • Removing an entry that a live page still references will break that page's payment step; re-point the page first.

Last updated

Was this helpful?