
Netbilling
Would you like to improve your affiliate software even more? Check out the Netbilling integration for Post Affiliate Pro.
Integrate Nochex with Post Affiliate Pro by modifying your button form and success.php file to track transactions and register commissions. Ensure the code is in the HTML body. Start with a free trial on PostAffiliatePro.
This is an integration method with Nochex, the online payment service.
To start with the integration, you have to modify your button form code. You only need to add this line:
<input type="hidden" name="success_url" value="http://yourwebsite.com/success.php>
If you already use this, do not create a duplicate line. This is an example form:
<form method='POST' action='https://secure.nochex.com/'>
<input type="hidden" name="merchant_id" value="yournochexemail">
<input type="hidden" name="amount" value="1.00">
<input type="hidden" name="description" value="Product 1">
<input type="hidden" name="billing_fullname" value="Test">
<input type="hidden" name="billing_address" value="Test Street, Test, TE55ST, UK">
<input type="hidden" name="email_address_sender" value="test@nochex.com">
<input type="hidden" name="order_id" value="7357">
<input type="hidden" name="cancel_url" value="http://yourwebsite.com/cancel.html">
<input type="hidden" name="callback_url" value="http://yourwebsite.com/callback.php">
<input type="hidden" name="success_url" value="http://yourwebite.com/success.php>
<input type="submit" name="submit">
</form>
Now, let’s move to success.html.
To track the transaction, you need to modify your success.php or create it to start registering commissions there. The code you need to have in the file is this:
<?php
$queryString = $_SERVER['QUERY_STRING'];
parse_str($queryString);
?>
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');var sale = PostAffTracker.createSale();
sale.setTotalCost('<?php echo $amount; ?>');
sale.setOrderID('<?php echo $ordernumber; ?>');
sale.setProductID('<?php echo $description; ?>');
PostAffTracker.register();
</script>
Please, insert the code to the HTML body only, not into the header or behind the whole page code.
Nochex is a UK-based payment service provider that offers secure online payment solutions for businesses. It seamlessly integrates a merchant account with a payment gateway, enabling businesses to accept credit and debit card payments online without requiring customers to create an account. Renowned for its flexibility and user-friendliness, Nochex is designed to simplify the online transaction process for small and medium-sized businesses.
Founded in 1999 and becoming operational by 2001, Nochex quickly gained popularity among UK eBay sellers. Despite facing challenges such as the 2006 eBay ban, Nochex adapted by expanding its services beyond online marketplaces. Key milestones include assisting in the launch of Visa’s V.me and MasterCard’s MasterPass. Throughout its evolution, Nochex has maintained a customer-oriented approach, emphasizing adaptability to meet the online and telephonic payment needs of businesses.
Nochex primarily targets small to medium-sized enterprises in the UK. By providing cost-effective and straightforward payment solutions that eliminate the need for expensive merchant accounts, Nochex caters predominantly to the e-commerce sector. It offers various payment options that streamline operations for businesses, especially start-ups and small retailers aiming to establish a strong online presence.
Nochex provides competitive transaction fees at 2.9% plus 20p for commercial accounts, with a reduced rate of 1.9% plus 20p for charities, all without monthly fees. For businesses requiring subscription management, Nochex offers this service at £20 per month. Volume discounts are also available, addressing the diverse needs of various business types.
Pros:
Cons:
Overall, users recognize Nochex for its dependable service, despite some challenges regarding fee transparency and international operation limitations.
Nochex is a UK-based payment service provider offering secure online payment solutions for businesses. It enables businesses to accept credit and debit card payments online without requiring customers to create an account, and is known for its flexibility and user-friendliness.
To integrate, modify your Nochex button form by adding a success URL, and update your 'Thank you' page (success.php) with tracking code to register affiliate commissions in Post Affiliate Pro.
Nochex provides ease of integration, advanced fraud prevention tools like 3D Secure and AVS, versatile payment options (online, mobile, telephone), and robust UK-based customer support.
Pros: Excellent customer assistance, reliable and user-friendly interface, and simplified payment processing for SMEs. Cons: Transaction fees, limited to the UK market, some reports of billing discrepancies, and occasional associations with fraudulent payment allegations.
Alternatives include PayPal, Stripe, Sage Pay, Square, WorldPay, as well as Braintree, 2Checkout, Adyen, and Klarna, each offering various features for different business needs.
Nochex charges 2.9% + 20p per transaction for commercial accounts and 1.9% + 20p for charities, with no monthly fees. Subscription management is available for £20 per month, and volume discounts may apply.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Streamline your affiliate tracking and payment processing. Discover how easy it is to connect Nochex with Post Affiliate Pro for seamless online transactions.
Would you like to improve your affiliate software even more? Check out the Netbilling integration for Post Affiliate Pro.
Learn how to integrate CommerceGate with Post Affiliate Pro for seamless online payment processing, lifetime commissions, and secure affiliate management. Enhan...
Would you like to improve your affiliate software even more? Check out the PaySimple integration for Post Affiliate Pro. Seamlessly connect PaySimple for paymen...