PayPal works differently from providers like Polar or Lemon Squeezy. It is a payment processor, not a product catalog. This means a private paypal account does not create products for you instead, you create subscription plans directly in your PayPal Business account, and PayGlue listens for the payment events those plans generate.
What PayPal supports in PayGlue
PayGlue supports subscription plans only. One-time PayPal Checkout payments are not supported.
When a subscriber activates, cancels, or expires a PayPal subscription, PayGlue receives a webhook event and updates the Ghost membership accordingly.
Important requirements
A PayPal Business account is required. Personal PayPal accounts cannot access Live API credentials or create subscription plans for merchant use.
- PayPal Business account (not personal)
- Live API credentials sandbox credentials do not work with PayGlue
- At least one active subscription plan created in your PayPal account
Step 1: Create a subscription plan in PayPal
Subscription plans are managed in your PayPal Business dashboard — not in the developer portal.
- Log in to paypal.com with your business account
- In the left sidebar, click Get Paid (or “Accept Payments”)
- Click Subscriptions
- Open the Subscription Plans
- Click +Create plan
- Fill in the plan details: name, billing cycle (monthly or yearly), and price
- Activate the plan it must have status ACTIVE to appear in PayGlue
After saving, each plan gets a Plan ID starting with P-. You will need this to build the checkout link (see Step 5).
Step 2: Create a REST API app in the PayPal Developer portal
- Go to developer.paypal.com
- Click Apps & Credentials in the left sidebar
- Make sure you are in Live mode — click the toggle at the top left to switch from Sandbox to Live
If you see a banner saying “Viewing sandbox API credentials. Upgrade your account to PayPal for Business to view live credentials” your account is not yet a Business account or you are in Sandbox mode. Switch to Live at the top of the page.
- Click Create App
- Give it a name (e.g.
PayGlue) and select Merchant as the app type
- After creation, copy the Client ID and Client Secret you will need both in Step 4
Step 3: Add a webhook to your app
- Open your newly created app in the developer portal
- Scroll down to the Webhooks section
- Click Add Webhook
- Paste this URL as the Webhook URL:
Replace YOUR-SLUG with your PayGlue tenant slug (visible in the PayGlue dashboard URL or on the PayPal connection page).
- Enable the following events:
- Save the webhook — PayPal will show a Webhook ID after saving. Copy it.
Step 4: Enter your credentials in PayGlue
- Open your PayGlue dashboard and go to Providers
- Click Connect PayPal
- Fill in the three fields:
- Client ID — from your Live app in the developer portal
- Client Secret — from your Live app in the developer portal
- Webhook ID — shown after you save the webhook in Step 3
- Click Save credentials
- Click Run health check to verify the connection
The PayPal connection page also shows your full Webhook URL at the top. Use this when setting up the webhook in Step 3.
Step 5: Map plans and add checkout links
After saving credentials, PayGlue loads your active PayPal subscription plans. You can use them in the Buy Button, Paywall, and Pricing Table editors.
How the checkout link works:
PayPal subscription plans use a direct checkout URL. When a buyer clicks it, they are taken to a PayPal login page — they must have a PayPal account to subscribe. This is expected behavior: PayPal requires buyers to log in.
The checkout URL format is:
Replace P-XXXX with your plan’s ID (visible in the plan list in your PayPal business account).
In the editor, select your PayPal plan from the product picker, then paste the corresponding checkout URL manually into the URL field.
Step 6: Map plans to Ghost tiers
Open the Buy Button, Paywall, or Pricing Table editor in your PayGlue dashboard and select your PayPal subscription plan from the product picker. Choose the Ghost newsletter (tier) the member should receive and the welcome email type, then save.
The mapping is created automatically. When a subscriber activates the plan, PayGlue grants the matching Ghost tier.
See also: Buy Button · Paywall · Pricing Table
Supported events
Buyer experience
When a buyer clicks a PayPal subscription checkout link, they see a PayPal login page. This is by design — PayPal requires buyers to have a PayPal account to manage a subscription. After logging in, they confirm the plan and are charged automatically on the billing cycle.
PayGlue receives the confirmation webhook and creates or updates the Ghost member automatically.