
eWAY (using Shared Payment Solution)
Would you like to improve your affiliate software even more? Check out the eWAY (using Shared Payment Solution) integration for Post Affiliate Pro.
Learn how to integrate eWAY Merchant Hosted Payments with Post Affiliate Pro for secure online payments and efficient affiliate tracking.
A secure online payment gateway that makes it easy and hassle free for you to accept credit card payments through your website.
Integrates eWAY Merchant Hosted Payment (XML).To integrate with eWAY, you need eWAY plugin which is distributed with PAP by default.
Note! If you are using Shared Payment Solution, use eWAY integration method for Shared Payment Solution.
First, you have to activate the eWAY plugin. Login to your merchant panel and navigate to menu Start > Plugins. Click the “Activate” button for eWAY plugin and when it is active, click the Configure button for the eWAY plugin. Here you have to set the Custom field number. This is the number of the field you will use for custom cookie on your pages. As the Response type select XML.
Note! If you are using custom field with selected number for transferring some data (other than pap custom cookie), please setup the Custom value separator as well. For example you can use string “||”.
Now, you have to put the tracking code to your button form. If you are using some e.g PHP script for processing payments, first you have to fill a custom value with the PAP cookie and then you need to assign this value to the option field with number you’ve chosen in the previous step:
$cookieVal = $_COOKIE['PAPVisitorId'];
$optionField1 = $cookieVal;
For PAP versions below 4.3 the cookie name is PAPCookie_Sale.
Note! If you are using option field to transmit some data other than PAP cookie, don’t forget to insert the separator between your data and PAP cookie.
$optionField1 .= ‘||’ . $cookieVal;
String “||” have to equal the separator you’ve configured in previous step.
Last step is to set the data to be sent also to your PAP. If you are using PHP script to process the responses from eWAY after your payments, insert this code into the begin of the function which processes the responses, or to the beginning of the file.
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/Eway/eway.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $xmlResponse);
curl_exec($ch);
/* end of PAP integration */
XML response from eWAY server should be stored in variable $xmlResponse
Now all is set, you are ready to start tracking.
Eway is a suite of products designed to facilitate seamless transactions and customer relationship management for businesses. This article explores two primary offerings under the eway brand: Eway for WooCommerce and eWay-CRM. Both products aim to enhance business operations, whether through improved payment processing or streamlined customer relationship management.
Eway for WooCommerce is a robust payment gateway extension that integrates directly with WooCommerce, one of the most popular eCommerce platforms for WordPress. It enables online stores to accept credit card payments seamlessly on their websites using the Eway Rapid 3.1 API, eliminating the need for customers to be redirected to external payment sites.
Eway for WooCommerce offers two pricing tiers to cater to different business needs:
For more detailed pricing information, visit the WooCommerce Eway Gateway Pricing Page.
If you’re considering other payment gateways, here are some alternatives:
eWay-CRM is a customer relationship management software that integrates with Microsoft Outlook, turning it into a comprehensive tool for managing business relationships and data. It allows businesses to handle customer interactions, sales processes, and project management directly within the familiar Outlook environment.
eWay-CRM provides flexible pricing plans to suit various business sizes and needs:
Detailed pricing and feature comparisons are available on the eWay-CRM Pricing Page.
If you’re exploring other CRM solutions, consider these alternatives:
eWAY is a suite of products designed to facilitate seamless transactions and customer relationship management for businesses, including the eWAY payment gateway for WooCommerce and eWay-CRM for Outlook.
Activate the eWAY plugin in your Post Affiliate Pro merchant panel, configure the custom field for tracking, add the tracking code to your payment forms, and process tracking data via PHP scripts to ensure transactions are recorded.
You can securely accept credit card payments on your website and automatically track affiliate transactions, ensuring smooth affiliate program management and payment processing.
Yes, alternatives include Square, Authorize.Net, Adyen, Braintree, Nimbbl, GoCardless, WorldPay, 2Checkout, and Amazon Pay for payment gateways, and Salesforce, HubSpot CRM, Zoho CRM, Insightly, and monday CRM for CRM solutions.
Yes, you can create a free account and try Post Affiliate Pro for one month to experience its features and benefits for affiliate management.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Experience the power of Post Affiliate Pro with our 1-month free trial. Test our user-friendly affiliate marketing software and discover all the features you need for successful affiliate management.
Would you like to improve your affiliate software even more? Check out the eWAY (using Shared Payment Solution) integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the eWay Rapid API integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the UltraCart integration for Post Affiliate Pro.