The Landing Page settings tab controls everything visible when someone visits your platform’s root URL (Documentation Index
Fetch the complete documentation index at: https://mintlify.com/own-pay/OwnPay-Documentation/llms.txt
Use this file to discover all available pages before exploring further.
/). It manages the marketing content customers and prospective users see before they interact with any checkout flow — including the hero headline, call-to-action buttons, and feature showcase cards. It also houses a critical security control: the Admin Login URL Slug, which lets you move the admin portal login path away from the default /login URL to prevent automated bots from discovering it.
Accessing Landing Page Settings
Log in as Super-Administrator
Sign in to the OwnPay admin dashboard with your super-administrator credentials.
General Page Settings
Enable Landing Page
When enabled, visiting the root URL
/ displays the public marketing landing page. When disabled, / redirects visitors directly to the admin login view instead.Admin Login URL Slug
Changes the URL path used to access the admin portal. The default is
login (e.g. https://ownpay.test/login). Replace it with a hard-to-guess slug to mask the admin interface from scanners and bots.Marketing Content
The marketing content section controls the editorial copy displayed on the public landing page.Field Reference
| Field | Type | Default | Description |
|---|---|---|---|
| Hero Title | Text | The Payment Gateway... | Large banner headline at the top of the landing page. |
| Hero Subtitle | Text | Self-hosted, multi-brand... | Explanatory tagline displayed under the hero title. |
| CTA Button Text | Text | Get Started | Label for the primary call-to-action button. |
| CTA Button URL | Text | https://ownpay.org | Redirect destination for the CTA button click. |
| Show Features Section | Toggle | Enabled | Displays or hides the modular feature cards grid. |
| Show FAQ Section | Toggle | Enabled | Displays or hides the FAQ accordion section. |
Feature Cards Builder
Feature cards are modular content blocks displayed in a grid on the landing page, each highlighting a specific capability of your platform.Adding a Feature Card
Click Add Feature Card
Under the Feature Cards section, click the + Add Feature Card button to append a new card form.
Fill in the Card Details
Enter a Title (e.g.
SMS Auto-Verification), a Description summarizing the feature, and select or enter an Icon class or label.You can add as many feature cards as needed. Cards are rendered in the order they are added. To reorder them, remove and re-add cards in the desired sequence, or adjust their order through the database settings if your instance supports drag-and-drop reordering.
Securing the Admin Login URL
Masking the admin login path is an important hardening step for all production deployments. Once changed, the default/login route returns a 404 Not Found page, making it significantly harder for automated scanners to locate your admin portal.
Update the Login URL Slug
In the Admin Login URL Slug input, replace
login with a unique, hard-to-guess value (e.g. op-portal-secure-2026). Use only lowercase letters, numbers, and hyphens.Landing Page vs. Checkout Pages
What is the landing page?
What is the landing page?
The landing page at
/ is a static marketing page managed by the admin. It is intended for visitors who arrive at your platform’s root URL and serves as a professional introduction to your payment gateway service. It is not part of the checkout flow.What are checkout pages?
What are checkout pages?
Checkout pages at
/checkout/{token} and payment link pages at /pay/{slug} are dynamically generated per-transaction or per-payment-link. They are white-labeled under the active brand’s domain, logo, and color scheme — not the global landing page content.Can I disable the landing page?
Can I disable the landing page?
Yes. Toggle Enable Landing Page to off and save. Visitors to your root URL will be redirected to the admin login screen instead. This is appropriate for deployments where the root URL should remain private.
Best Practices
Change the Login Slug in Production
Always update the Admin Login URL Slug before going live. The default
/login path is well-known and frequently targeted by automated credential-stuffing bots.Keep the Landing Page Enabled for Public Links
If you share public payment links, enable the landing page to give your platform a professional first impression. A blank or missing landing page can undermine customer trust.
Related Pages
Branding Settings
Configure SEO titles, logos, and favicon assets for the public landing page.
System Settings
Set the base URL, timezone, and maintenance mode controls.
Custom Domains
Map custom hostnames to brands for white-labeled checkout URLs.
Public Checkout
Learn how customers experience the checkout flow after leaving the landing page.