Know what must work before you launch
Capture the click on WordPress and test the membership payment handoff
- Best fit
- Teams evaluating AffiliateBase for a Restrict Content Pro affiliate workflow.
- Checkout handoff
- The checkout path must receive the generated AffiliateBase referral ID.
- Proof required
- Complete one referred checkout and confirm the attributed sale and commission.
Follow the attribution evidence
Illustrative scenario · fictional values
-
Referred visit
?via=partner
AffiliateBase captures the visit and generates a referral record.
-
Checkout handoff
referral ID
The checkout must carry the generated identifier into Stripe.
-
Paid event
$99 paid
A supported Stripe event confirms the attributed payment.
-
Commission
$19.80 due
An eligible attributed sale creates the commission record.
-
Payout prep
Payout ready
Review the commission and prepare the next step with your payout provider.
This guide is for WordPress merchants running a program for their own Restrict Content Pro memberships. AffiliateBase can capture the landing-page referral, while the plugin controls checkout and subscription state.
Do not infer compatibility from the presence of Stripe. The plugin checkout must pass AffiliateBase’s generated referral ID, and recurring payments must be tested against the merchant’s commission rules.
If your site uses a same-page Stripe Payment Link or custom Checkout Session, follow the Stripe guide. Otherwise keep compatibility marked unverified until an end-to-end test creates a sale and commission.
Follow these steps to integrate AffiliateBase with Restrict Content Pro:
Add the Tracking Script
<script async src="https://app.affiliatebase.io/track.js" data-account-id="YOUR_ACCOUNT_ID"></script>
Add via functions.php (Alternative)
// Add to your theme's functions.php
add_action('wp_head', function() {
?>
<script>(function(w,r){w._abq=w._abq||[];w[r]=w[r]||function(){(w[r].q=w[r].q||[]).push(arguments)}})(window,'affiliatebase');</script>
<script async src="https://app.affiliatebase.io/track.js" data-account-id='YOUR_ACCOUNT_ID'></script>
<?php
});
Connect Your Stripe Account
Test Your Integration
// Visit your site with a test affiliate link:
// Open the exact setup-test link shown in AffiliateBase.
// Open browser console and check:
console.log(window.AffiliateBase?.referral); // Should show a generated referral ID
Why Use AffiliateBase with Restrict Content Pro?
Capture the referral on WordPress, then verify the plugin-controlled checkout separately.
Simple Script Installation
Add a single script tag to your WordPress site. No complex plugin configuration required.
Multiple Payment Gateway Support
Works with Stripe, PayPal, and other payment gateways supported by Restrict Content Pro.
Subscription Lifecycle Tracking
Tracks subscription renewals, upgrades, and downgrades. Affiliates receive commissions for recurring revenue.
Multiple Membership Levels
Support for different commission rates based on membership tiers.
WordPress Native
Works with your existing WordPress setup. No additional plugins required.
Affiliate Dashboard
Give your affiliates a professional dashboard to track their performance and generate links.
Frequently Asked Questions
Does AffiliateBase work with Restrict Content Pro?
How are subscription renewals tracked?
Does it work with Stripe and PayPal?
Can I set different commission rates for different membership levels?
What tracking parameters does AffiliateBase support?
Do affiliates get their own dashboard?
Related Platform Guides
Create an Affiliate Program with Paid Memberships Pro
Add site-level referral tracking, assess the Paid Memberships Pro checkout boundary, and verify Stripe sales and commissions.
Add an Affiliate Program to Next.js
Install affiliate tracking in Next.js, hand the generated referral ID to a server-created Stripe Checkout Session, and verify attribution.
Add an Affiliate Program to Nuxt
Load affiliate tracking in Nuxt, pass the generated referral ID to a server route, and verify a Stripe sale and commission.
Create an Affiliate Program with WordPress
Install AffiliateBase on WordPress, choose a supported Stripe checkout, and verify referral attribution without assuming WooCommerce or plugin compatibility.
Create an Affiliate Program with Webflow
Add affiliate tracking to a published Webflow site, pair it with a supported Stripe checkout, and verify referral attribution before launch.
Ready to Launch Your Restrict Content Pro Affiliate Program?
Get started with AffiliateBase today and start growing your membership site through affiliate marketing.