Handle your customer subscription billing life cycle from end to end. Automate recurring billing, manage subscriptions, send professional tax-compliant invoices, and get paid on time, every time.
To integrate ZOHO Subscriptions with your Post Affiliate Pro we make use of webhooks and Lifetime Commissions plugin.
Enable plugin
The first step would be to enable the ZOHO Subscriptions plugin in your merchant panel. When enabled click the More Info button and copy the URL – you will need it in the next step. Besides ZOHO Subscriptions plugin make sure to enable Lifetime Commissions plugin too.
Add webhook
Login to your ZOHO Subscriptions admin panel and click the top right gear icon to enter Settings menu. Now navigate to Automation > Webhooks and add a new webhook. Choose ‘Customer Payment‘ for Module and you can enable both ‘Payment Success‘ and ‘Payment Refund‘.
In ACTION secion add the URL you copied from your plugin’s More Info button and enter it as the URL. Add ‘paymentid’ parameter with value:
${CUSTOMER_PAYMENT.PAYMENT_ID}
to the URL so the result looks like this:
URL_TO_PostAffiliatePro/plugins/ZohoSubscriptions/webhook.php?paymentid=${CUSTOMER_PAYMENT.PAYMENT_ID}
Finally, choose ‘Default Payload‘ in BODY section and save your webhook.
Product ID tracking
In case you want to track your orders by product ID, you have to take an extra step as it is not possible to read it directly from webhook data. However, it is possible to add product ID into the webhook URL so in the ACTION section of the webhook add a new parameter and name it ‘productId‘. Then choose variable ${CUSTOMER_PAYMENT.PRODUCT_ID} from placeholders. This will always set the sold product ID to the data sent to your ZohoSubscriptions plugin.
Order/Registration form integration
To be able to track a commissions from webhook data you have to add a special code to your registration or order form where you collect customer’s email address. The special code has to track an action (even for zero commission) so the system might create a relation between the customer and the referring affiliate.
An example of such a code, which automatically tracks a registration action when a submit button with ID ‘submitButtonID‘ is clicked and reads customer email from field ‘XemailX‘ is here:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
document.getElementById('submitButtonID').addEventListener("click", function (){papSale()});
function papSale() {
var email = document.getElementById('XemailX').value;
if (email == '') return;
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createAction('registration');
sale.setProductID('Registration');
sale.setCampaignID('11111111');
sale.setOrderID(email);
sale.setData1(email);
PostAffTracker.register();
}
</script>
Your ZOHO Subscriptions form is integrated now.
PostAffiliate Pro offers a shopping cart integration solution with Gambio online shops, allowing tracking of subtotal, order ID and currency, and supporting Lifetime Commissions. To integrate, edit the controller file and add sale tracking code, then edit the template and add tracking code to the end. Don't forget to integrate the shopping cart with click tracking code as well. A free account can be created.
ZoogVPN offers a CPS affiliate program for individuals interested in earning extra income from their software. The program has specific campaign rules, accepted countries, traffic sources, and policy regarding explicit and political content. ZoogVPN's affiliate program provides single-tier, fixed commission structures with a minimum payout of $50. ZoogVPN also has a manager, Julia Sudarenko, for affiliates to contact. The program offers a 30-day cookie duration and accepts traffic from PPC link and banner advertisements, social media advertisements, and other channels. Worldwide affiliates are accepted, and there is no explicit or religious content allowed. Build your own affiliate program by signing up for their free 14-day trial.
Are you ready for a LeadDyno Alternative ?
Post Affiliate Pro is being touted as a viable alternative to LeadDyno for affiliate marketing software solutions. It offers a user-friendly platform that is easy to use and provides great reporting tools and flexible features. Moreover, it is supported by a knowledgeable and experienced customer support team that can help get your affiliate program up and running in minutes. You can take advantage of a 14-day free trial, and there is no setup fee or requirement for a credit card.