A leading global payments provider for companies of all sizes.
WorldPay integration is similar to PayPal, it also uses WorldPay callback.
Note! This is description of integration with WorldPay if you useWorldPay buttons on your web pages. If you use WorldPay as a processingsystem in your shopping cart, use the method for integrating withshopping cart, not these steps.
Also, make sure you don’t alreadyuse WorldPay callback for another purpose, such as some kind of digitaldelivery or membership registration.
Since version 4.2.5.0 integration with WorldPay works also with FuturePay recurring commissions.
Add code
Now add the following code into EVERY WorldPay button form:
<input type="hidden" name="M_aid" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
This will assign cookie value into M_aid and this value will be sent to PAP for processing.
Example
Example of updated WorldPay form:
<form action="http://www.worldpay.com....>
...
<input type="hidden" name="M_aid" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
...
</form>
Configuration
Next step is to configure WorldPay to use callback to our worldpayscript. You should specify there full url to the worldpay script:
https://URL_TO_PostAffiliatePro/plugins/WorldPay/worldpay.php
Now activate plugin “WorldPay callback handling” and that’s it. This is all that is required. Now whenever there’s sale, WorldPay willuse its callback function to call our sale tracking script, and systemwill generate commission for the affiliate.
WorldPay (IPN used by other script)
This text discusses the integration of WorldPay, a global payments provider, with Post Affiliate Pro. It provides instructions for adding code to WorldPay button forms and forwarding IPN callbacks to PAP's worldpay.php script. This integration allows for commission tracking and recurring payments. The text also mentions related integrations with PayPal and other payment processors. Overall, it aims to help companies of all sizes integrate payment processing with their affiliate marketing programs.
The article discusses the integration of buttons and the payment response URL with RBS WorldPay in Post Affiliate Pro 4. The admin panel allows for easy set-up of the Payment Response URL to send transaction details, and steps are provided for when the URL is already in use. Additionally, the article provides code for proper tracking of affiliates through integrated buttons. Various related resources are listed for further reference.
The text describes how to activate Netbilling in PostAffiliatePro (PAP), configure a Netbilling account, generate button code and add it to Netbilling buttons. The process involves accessing the Plugins menu in PAP, configuring the CGI URL in the Netbilling Menu, setting the Request User Data Prefix in the Forms Editor, and generating and adding code to each Netbilling button form. The text also lists popular payment processing companies, and provides links to related resources for integrating with PAP.
PayPal (IPN and custom field used by other script)
Would you like to improve your affiliate software even more? Check out the PayPal (IPN and custom field used by other scripts) integration.