• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

Using Pabbly Affiliate Management Without Pabbly Checkout Pages

  • Thread starter Deleted member 9923
  • Start date
Status
Not open for further replies.

Using Pabbly Affiliate Management Without Pabbly Checkout Pages​


This document provides a structured guideline to leverage the Pabbly Affiliate Management system without the necessity of using Pabbly checkout pages. By implementing the steps mentioned, users can apply an affiliate referral to a customer's subscription via Pabbly Subscription Billing API.

1. Setting Up an Affiliate Link

Navigate to Pabbly Subscription. > Choose 'Affiliate' from the menu. > Go to 'Affiliate Settings' > Go to 'Affiliate Link'. > Add Affiliate Link (Use this option to create an affiliate link directed to your website.)

1697264015457.png


2. When a customer clicks on the referral link provided by an affiliate, they will be redirected to your website. On this redirection, two crucial cookies will be set: "_pac " and "_paclt ". For clarity, your URL might look something like:


1697266114198.png


3. Ensure you store the "_pac" cookie from the URL on your website. This will be essential for linking the customer's purchase to the affiliate.

4. When a customer decides to purchase your product, you will need to call the "Create Customer With Subscription" API. Please refer to the Pabbly Subscription Billing : https://apidocs.pabbly.com/.

5. While making this API call, include the "_pac" value you stored earlier. Use the key "pabbly_affiliate" when you send the "_pac " value. This action ensures that the commission related to this sale is automatically credited under your Pabbly account.


Sample Request:

curl_setopt($curl, CURLOPT_HTTPHEADER, array(
"Content-Type: application/json",
"Cookie: pabbly_affiliate=".$pac

));

And that's it! By following these steps, you can successfully link a customer's purchase to an affiliate without relying on Pabbly's checkout pages. If you have any further questions, always refer to Pabbly's official documentation or support channels.
 

Attachments

  • 1697264778135.png
    1697264778135.png
    40.1 KB · Views: 186
Last edited by a moderator:
Status
Not open for further replies.
Top