RBS WorldPay integration
A secure payment service for small and large businesses, includes payments online, card machines and telephone payments.
How to integrate PostAffiliatePro with RBS WorldPay
This is integration method with hosted solution of shop RBS WorldPay. Admin panel allows you to set your Payment Response URLto send transaction details there. This will instruct you how to make it working with RBS WorldPay plugin in Post Affiliate Pro 4.
Locate the footer text
Login to your admin panel, in menu go to Installation(s), then press button for “Integration Setup: PRODUCTION“.
Find “Payment Response URL” and insert this URL:
https://URL_TO_PostAffiliatePro/plugins/WorldPay/worldpay.php
Last thing to do is to check “Payment Response enabled?“
Do not forget to save your changes.
Payment Response URL already in use
If you already have some URL defined for Payment Response URL, you will need to do these steps:
Edit the file where this URL points to and insert this code to the beginning of the file, or at the beginning of the function with sending IPN:
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/WorldPay/worldpay.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* end of PAP integration */
Integration of buttons
Now, all your buttons have to be integrated with this code to properly track the affiliate:
<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>
Now, you will be able to track proper affiliates.
Do not forget to produce changes into PRODUCTION environment if you did this changes in TEST environment. Now, your system is integrated.
What is RBS WorldPay?
RBS WorldPay, now operating under the global brand Worldpay and as part of Fidelity National Information Services (FIS), is a leading provider of comprehensive payment processing solutions. Originally affiliated with the Royal Bank of Scotland (RBS), Worldpay has grown into a global entity that facilitates secure and efficient payment transactions for businesses of all sizes.
RBS WorldPay’s journey began in 1989, establishing itself as a pioneer in the online payment services sector. In 2002, it was acquired by the Royal Bank of Scotland, becoming RBS WorldPay. Following its sale to Advent International and Bain Capital in 2010, the company expanded its services and international presence as an independent entity. In 2015, Worldpay went public, and in 2019, it merged with FIS, creating one of the world’s largest payment processing companies.
RBS WorldPay caters to a diverse range of industries, including retail, hospitality, e-commerce, and more. It supports both small businesses and large multinational corporations by offering:
- Reliable Payment Solutions: Designed to streamline operations.
- Secure Transactions: Prioritizing data protection and fraud prevention.
- Flexible Payment Options: Enhancing customer satisfaction through various payment methods.
Main Features of RBS WorldPay
- Multi-Channel Payment Solutions: Adaptability to online, in-store, and mobile payment systems allows businesses to accept payments seamlessly across different platforms.
- Global Transaction Support: Processes payments in multiple currencies, enabling businesses to conduct international transactions effortlessly.
- Advanced Security Measures: Incorporates sophisticated fraud detection and data protection technologies to safeguard both businesses and customers.
- Comprehensive Reporting and Analytics: Provides detailed insights to help businesses make informed decisions and develop effective strategies.
- Custom Integration Options: Offers APIs that allow businesses to tailor payment solutions to their specific needs and integrate with existing systems.
Pricing Options for RBS WorldPay
RBS WorldPay typically offers customized pricing structures based on transaction fees, tailored to the specific requirements and scale of each business. To obtain detailed and personalized pricing information, businesses are encouraged to contact RBS WorldPay directly.
User Insights on RBS WorldPay
Pros:
- Comprehensive Payment Methods and Global Reach: Enables businesses to accept a wide range of payment types from customers around the world.
- Strong Security Focus: Enhances data protection, building trust with customers through secure transaction processing.
- Scalable Solutions: Suitable for businesses of various sizes across multiple industries.
Cons:
- Complex Pricing Structure: Some users find the pricing difficult to navigate without direct consultation.
- Customer Support Challenges: A few users have reported issues with the responsiveness of customer support services.
Alternatives to RBS WorldPay
For businesses exploring other payment processing options, here are some notable alternatives:
- PayPal: Offers global payment solutions for individuals and businesses.
Visit Website - Stripe: Provides developer-friendly tools for online and mobile payment processing.
Visit Website - Square: Offers point-of-sale solutions and payment processing for small to medium-sized businesses.
Visit Website - Authorize.Net: A gateway service for accepting credit card and electronic check payments.
Visit Website - Adyen: Provides end-to-end payment solutions for businesses seeking global reach.
Visit Website
Integrate GoPay with Post Affiliate Pro to effortlessly register sale commissions using the API. Learn how to set the SuccessURL parameter, send special data, and ensure smooth commission registration. Enhance your affiliate marketing with a tailored dashboard and explore its benefits by scheduling a call with us today!
Integrate PayPal seamlessly with Post Affiliate Pro using IPN callback to track sales and generate commissions for affiliates. Follow our simple steps to set up the PayPal IPN handling plugin and ensure your transactions are efficiently managed. Discover the benefits of streamlined affiliate management with Post Affiliate Pro today!