Create a Simple Membership Site Payment Gateway

Use PayPress as the payment gateway for a simple membership workflow while handling content access with WordPress roles, a membership plugin, or a manual process.

Overview

Use PayPress as the payment gateway for a simple membership workflow while handling content access with WordPress roles, a membership plugin, or a manual process.

When to Use This Setup

Use this setup when PayPress handles payment and subscription records, but another system controls protected content access.

Requirements

  • Subscription plan.
  • Membership access process outside PayPress.
  • Customer Portal recommended.
  • Webhooks configured.

Configuration Steps

  1. Create a Subscription plan for membership payment.
  2. Connect the Stripe product and price.
  3. Add the shortcode to your membership signup page.
  4. Complete a test subscription.
  5. Confirm the order and subscription appear in PayPress.
  6. Grant membership access through your chosen access system.
  7. Test cancellation or portal behavior.

Recommended Settings

  • Payment Type: Subscription.
  • Customer Portal: recommended.
  • Payment Form: optional for onboarding.
  • Customer Notes: optional.
  • Shipping Collection: disabled unless the membership includes physical delivery.

Testing Checklist

  • Test signup checkout.
  • Confirm subscription record.
  • Confirm customer email.
  • Confirm renewal order behavior.
  • Confirm access is granted by your membership workflow.
  • Confirm cancellation process.

Expected Result

PayPress collects recurring membership payments through Stripe Checkout, while your membership system handles content access.

Related Articles