PagSeguro
Would you like to improve your affiliate software even more? Check out the PagSeguro integration for Post Affiliate Pro.


Learn how to integrate PagSeguro (IPN already used) with Post Affiliate Pro. Follow this step-by-step guide to set up transaction notifications, modify the IPN script, and configure the plugin for seamless sales tracking and affiliate management.
PagSeguro is a Brazilian-based national e-commerce business allowing payments and money transfers to be made through the Internet.
The integration is done by a built-in plugin which reads PagSeguro data notifications.
Navigate to Integrations > Transaction notifications and it there already is a URL defined, it means you have to follow the next steps. First of all, take a note of the URL which you are using right now.
The next step in case of the integration is to integrate your PagSeguro buttons. Place this extra code into code of every button you want to integrate. Please note the value xxxxxxxxxxxxxxxxx is the notification URL, from the previous step, which you made a note of. Please, replace it in the code:
<input type="hidden" name="notificationURL" value="xxxxxxxxxxxxxxxxx" id="pap_ab78y5t4a">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a', '', 'pap_custom');
</script>
The code will automatically append the needed tracking value to your notification script. In the next step we will process it.
We’ve set the needed tracking value to your notification script URL as a GET parameter. Now, we will process it. Find and edit your notification script. Find the place in the code where ‘notificationCode‘ value is processed. At the same place, use this code:
/* [Post Affiliate Pro](/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") integration snippet */
file_get_contents('http://URL_TO_PostAffiliatePro/plugins/PagSeguro/pagseguro.php?pap_custom='.$_GET['pap_custom'].'&'.'notificationCode='.$_REQUEST['notificationCode']);
/* /[Post Affiliate](/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") Pro integration snippet */
This will send necessary data to your PagSeguro plugin in Post Affiliate Pro and handle the notification.
The final step is to activate and configure your PagSeguro plugin. Login to your Post Affiliate Pro merchant panel and navigate to Plugins section. Activate and then configure the PagSeguro plugin. When configuring, you will need the security token mentioned in step 1.
You are done. Your sales will be tracked now.
Do not forget to integrate your site with the click tracking code to make it all working.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.

Enhance your affiliate marketing by seamlessly connecting PagSeguro with Post Affiliate Pro. Follow our guide for easy integration, accurate sales tracking, and efficient management.
Would you like to improve your affiliate software even more? Check out the PagSeguro integration for Post Affiliate Pro.
Integrate PayU (PagosOnline) with Post Affiliate Pro for seamless affiliate tracking. Learn how to modify payment buttons, use extra fields, and set up notifica...
Would you like to improve your affiliate software even more? Check out the PayPal (IPN and custom field used by other scripts) integration.
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.