A mobile point of sale solution that empowers your business of any size to perform secure cashless transactions anytime.
This integration method helps you register sale commissions using IPN from your plugnpay buttons.
Generating button code
To integrate button form with PAP, you have to do some special steps to do it when generating the button code. First, you have to setup “Please select your Thank You response action” to option “Go to your own defined URL“. On next screen you have to define the Succes-link to PHP thank you page with integration code (this code have to inside of the body code – be between and tags) :
<?php
if (isset($_POST['FinalStatus']) && ($_POST['FinalStatus'] == "success")) {
?><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 $_POST['card-amount']; ?>');
sale.setOrderID('<?php echo $_POST['orderID']; ?>');
PostAffTracker.register();
</script>
<?php
}
?>
You can use all this parameters if you need it:
- $_POST[‘card-amount’] = total cost
- $_POST[‘FinalStatus’] = success if succeeded
- $_POST[‘tax’] = you can deduct from total cost
- $_POST[‘orderID’]= order id
- $_POST[‘shipinfo’] = you can deduct from total cost
- $_POST[‘currency’] = 3 alpha currency in lowercase
Modifying the existing button forms
If you do not want to generate all forms again, you can simply add some code into the button form. The most important thing is to have custom thank you page link defined:
<input type="hidden" name="success-link" value="https://www.yoursite.com/thanks.php" />
The article discusses the integration with PaySimple, a provider of small business merchant accounts and payment processing services. It explains the steps required to integrate PaySimple into an existing payment form, including creating a return page URL with tracking code and integrating click tracking. The article also lists related resources for integrating other payment services with Post Affiliate Pro.
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.
BusinessDirectory (WordPress module)
The text is about PostAffiliate Pro, a WordPress plugin for business directories and its integration with PayPal for payment processing. It also lists other integrations, features, and support provided by the company. There are sales contact numbers and a list of resellers, as well as a disclaimer about privacy and GDPR policies.