CyberSource (SOP used by other script) integration
A leading global provider of credit card processing, fraud and security risk management solutions.
CyberSource integrates using SOP callback even if the callback is used by other system (e.g. shopping cart).
Setup your custom variable number
Right after you activate CyberSource plugin you need to setup number ofcustom variable, which will be used to transfer tracking data to PAP. Login to your merchant panel. Go to menu Start >Plugins. Now click Configure button in CyberSource plugin item. Here you can set up number from 1 to 4. Default is 1.
Edit button forms
Now add the following code into EVERY CyberSource button form:
<input type="hidden" name="merchantDefinedData2" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
Name of item must be merchantDefinedDataNUMBER. Where NUMBER is number of custom field which you configured in step 1.
Integration 2
Now the SOP callback is pointed to your script. This callback has to beforwarded also to PAP cybersource.php script, which url is:
https://URL_TO_PostAffiliatePro/plugins/CyberSource/cybersource.php
In case, your cybersource processing script is in PHP, you can use following code to accomplish that. You can place it at the beginning of yourprocessing file.
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/CyberSource/cybersource.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* end of PAP integration */
This will ensure that whole SOP callback will be forwarded without affecting your original script
This is all that is required. Now whenever there’s sale, CyberSource willuse its SOP function to call our sale tracking script, and system willgenerate commission for the affiliate.
WorldPay (IPN used by other script)
Learn to integrate WorldPay with Post Affiliate Pro using IPN and worldpay.php script to generate affiliate commissions seamlessly. Perfect for WorldPay buttons on web pages or shopping carts, including FuturePay recurring commissions. Effortless setup ensures sales trigger affiliate payouts.
PayPal Express Checkout (IPN used by other script)
Integrate PayPal Express Checkout with Post Affiliate Pro using IPN callbacks to track sales seamlessly. Enhance your affiliate program by generating commissions and building a comprehensive dashboard. Try it for free and experience fast, secure online payments!
PayPal (IPN and custom field used by other script)
Effortlessly integrate PayPal with Post Affiliate Pro using IPN and custom fields. Our step-by-step guide ensures seamless transaction tracking and affiliate commission generation. Enhance your affiliate management with our user-friendly software and 24/7 support. Start your free trial today!
Explore seamless integrations with Post Affiliate Pro to enhance your affiliate marketing strategies. Discover solutions for e-commerce, email marketing, payments, and more, with easy integrations for platforms like 1&1 E-Shop, 2Checkout, Abicart, and many others. Optimize your affiliate network with these powerful tools.
Effortlessly integrate your e-commerce site with Post Affiliate Pro and boost your affiliate program's success. Our expert team ensures seamless integration with your payment processor, handling technical issues along the way. Enjoy a free trial and free integration service, saving you time and maximizing your ROI. Join now and experience top-notch affiliate management with over 500 integration options.