by Drew | Last Updated Mar 27, 2019 | Published on May 8, 2015 | PayPal IPN for WordPress
The PayPal IPN WordPress plugin is a foundation for building tools that automate tasks when transactions hit your PayPal account. It is easily extendable using a wide variety of developer hooks that can be used to trigger functions within your own plugins or themes...
by Drew | Last Updated Oct 21, 2018 | Published on Jan 17, 2015 | PayPal IPN for WordPress
Introduction PayPal IPN for WordPress provides a number of hooks so that you can automate tasks within your own plugins/themes based on the type of IPN that was sent or the payment status of a transaction. This allows you to easily extend the plugin to suit your...
by Drew | Last Updated Mar 27, 2019 | Published on Dec 8, 2014 | Blog, PayPal, Tutorials
How to Test and Troubleshoot PayPal IPN One of the questions I most often see asked on forums like StackOverflow and Experts Exchange is regarding PayPal Instant Payment Notification (IPN) and how to test it thoroughly. It can be a little bit tricky because the result...
by Drew | Last Updated Apr 30, 2019 | Published on Apr 30, 2019 | PayPal IPN for WordPress
Important Notice For many years, we have maintained PayPal IPN for WordPress as a free plugin. Unfortunately, we are not able to sustain this and continue active development the way we have been. As of the PayPal IPN for WordPress 2.1.0 update, the plugin is now a...
by Drew | Last Updated Nov 22, 2018 | Published on Nov 5, 2014 | Blog, WooCommerce
What is POODLE?POODLE is an internet security vulnerability that impacts the Secure Sockets Layer (SSL) 3.0 protocol, which was designed to ensure secure connections when browsing the Internet. When exploited, this vulnerability enables a cyber criminal to gain...
by Drew | Last Updated Apr 10, 2019 | Published on Aug 2, 2014 | Blog, PayPal PHP Library, Tutorials
Video Demo Introduction The first step towards building any application using the Angell EYE PHP Class Library for PayPal is to actually download and install it within our project. I will be using PHPStorm through-out this tutorial, but you can use any IDE / editor...
by Drew | Published on Jun 23, 2014 | Blog, PayPal
PayPal Express Checkout works by allowing buyers to utilize their PayPal digital wallet in order to make purchases. This digital wallet may consist of bank account(s), debit card(s), and/or credit card(s). During checkout, the buyer chooses which funding method they...
by Drew | Last Updated Jul 11, 2019 | Published on Apr 23, 2014 | Blog, Snippets, WooCommerce
Recently I was contacted by a user of our PayPal for WooCommerce extension to inform me of a bug in the plugin. Custom fees were not getting included in the cart totals. As such, PayPal would return an invalid cart totals error upon checkout. Doh! I needed a quick way...
by Drew | Last Updated Mar 27, 2019 | Published on Apr 23, 2014 | Blog, PayPal
Introduction I integrated PayPal’s Invoicing API’s into a FileMaker solution for a client of mine a couple of years ago. We use the API to implement push-button invoicing from FileMaker, and then we use PayPal IPN to log all transaction data in the...