WP Payment Pal Documentation
← Back to site

Enabling Standalone Payment Pages

Create dedicated, shareable payment pages with custom URLs. This guide covers enabling and configuring standalone payment pages.

Reading time: 4 minutes | Difficulty: Beginner

Overview

Create dedicated, shareable payment pages with custom URLs. This guide covers enabling and configuring standalone payment pages.

Prerequisites

  • A payment form created
  • Understanding of your branding needs

What is a Payment Page?

A Payment Page is a standalone, full-page checkout experience at a custom URL:

https://yoursite.com/pay/your-product/

Unlike embedded forms, Payment Pages:

  • Have dedicated URLs
  • Feature full-page branding
  • Work great for sharing
  • Require no embedding
Payment Page Desktop

Accessing Payment Page Settings

  1. Edit your payment form
  2. Click the Payment Page tab

Step 1: Enable Payment Page

  1. Toggle Enable Payment Page on
  2. The settings panel expands
Enable payment page toggle highlighted

Once enabled, you’ll see all the payment page settings:

Payment Page tab with toggle ON showing all settings

Step 2: Set the URL Slug

  1. Enter your desired URL Slug
  2. Keep it short and memorable
  3. Use lowercase letters, numbers, and hyphens
Payment page URL slug highlighted

Example with “donate” filled in:

URL Slug field filled with "donate" + URL preview

Slug Examples

Slug Full URL
donate /pay/donate/
membership /pay/membership/
workshop-2024 /pay/workshop-2024/
consulting /pay/consulting/

Slug Best Practices

  • Short: Easy to type and remember
  • Descriptive: Indicates what the payment is for
  • Lowercase: Avoid confusion
  • No spaces: Use hyphens instead

Step 3: Configure Branding

Customize your payment page appearance:

Setting Purpose
Logo Your brand logo
Background Color Page background
Footer Text Optional footer content

See detailed guides:

Step 4: Save and Preview

  1. Click Publish or Update
  2. Click the preview link or visit your URL
  3. Test the full experience

Live Preview

The Payment Page editor includes a real-time preview:

Preview section highlighted
Payment Page Preview

The preview updates as you:

  • Change colors
  • Upload logo
  • Modify text

Using Your Payment Page URL

Direct Linking

Share the URL directly:

https://yoursite.com/pay/donate/

In Emails

Click here to donate: https://yoursite.com/pay/donate/

Social Media

Post the link on social platforms.

QR Codes

Generate a QR code linking to your payment page for:

  • Print materials
  • In-store displays
  • Business cards
  • Event signage

URL Prefix

The default prefix is pay:

/pay/your-slug/

To change the prefix globally:

  1. Go to WP Payment Pal > Settings
  2. Find Payment Page Prefix
  3. Enter new prefix (e.g., checkout)

New URLs:

/checkout/your-slug/

Mobile Experience

Payment Pages are fully responsive:

Payment Page Mobile

Mobile features:

  • Touch-friendly interface
  • Responsive layout
  • Mobile-optimized PayPal buttons
  • Easy form filling

Payment Page vs Embedded Form

Feature Payment Page Embedded
Dedicated URL
Full branding Limited
Shareable link Easy Requires page URL
Within content
Theme integration Standalone Inherits theme

Use Cases

Donation Link

URL: /pay/donate/
Purpose: Share on social, email campaigns
Branding: Nonprofit colors and logo

Invoice Payment

URL: /pay/invoice-12345/
Purpose: Send to client for payment
Branding: Business branding

Event Registration

URL: /pay/summer-conference/
Purpose: Share in promotions
Branding: Event theme

Product Launch

URL: /pay/new-product/
Purpose: Direct sales link
Branding: Product-specific

Multiple Payment Pages

Each form can have its own Payment Page:

  • Different products = different pages
  • Different campaigns = different pages
  • Each with unique branding

Disabling Payment Page

To disable a Payment Page:

  1. Edit the form
  2. Go to Payment Page tab
  3. Toggle Enable Payment Page off
  4. Save the form

The URL will return 404 after disabling.

SEO Considerations

Payment Pages:

  • Are indexable by default
  • Can add noindex if preferred
  • Should have descriptive titles
  • Use your SSL certificate (required for payments)

Security

Payment Pages include:

  • SSL requirement (HTTPS)
  • PayPal’s secure payment processing
  • No sensitive data stored on page
  • Standard WordPress security

Troubleshooting

Page shows 404

  • Verify Payment Page is enabled
  • Check slug is set
  • Flush permalinks (Settings > Permalinks > Save)
  • Check for slug conflicts

Page looks wrong

  • Clear browser cache
  • Check theme conflicts
  • Verify settings saved properly

Can’t access in some browsers

  • Ensure HTTPS is working
  • Check for JavaScript errors
  • Test without browser extensions

What’s Next?