I want to use Post Affiliate Pro 4. The key is, I want it to track recurring commissions. So, what I need is, when aMember processes a monthly subscription fee, it sends PAP4 a command to record the sale. There is no plugin for integration that I can find. The PAP docs say that, to integrate with PAP, the following code could inform PAP of a transaction: $session = new Gpf_Api_Session("URL_TO_PAP/scripts/server.php"); $recurringCommission = new Pap_Api_RecurringCommission($session); $recurringCommission->setOrderId('order_123456789'); try { $recurringCommission->createCommissions(); } catch (Exception $e) { die("Can not process recurring commission: ".$e->getMessage()); } I'm using PayPal Website Payments Pro for payment method. Is there a way to integrate this code such that monthly renewal payments would trigger Post Affiliate Pro? And how would it know what affiliate to apply it to?
Amember + Post Affiliate Pro I am looking to integrate Amember + Post Affiliate Pro, does anyone have instructions?, is there a plug in?, is someone willing to do this for a fee?