Introduction The PayPal Tracking API a robust, simple to use API for adding and updating shipment tracking details to PayPal transactions. With over 325 million active users worldwide, PayPal is currently the largest online payment system provider. PayPal...
Introduction I come across a lot of PHP developers looking to build a recurring payments system with PayPal. I’ve found myself repeating this same information so many times I decided to write up a quick outline and some instruction on how to get this done....
Angell EYE PayPal PHP Library Now Compatible with Composer We’ve been maintaining our PHP class library for PayPal for many years now, however, we’ve lacked the time to really keep up with where PHP has gone since the introduction of namespacing in PHP...
by Drew | Last Updated Mar 27, 2019 | Published on Mar 11, 2014 | Blog, Git
I was very happy today to be updating my PayPal for WooCommerce plugin when I ran into a tagging issue. I was able to successfully create my local tag… git tag -a v1.0.3 -m “Version 1.0.3 update” I then tried to push this tag to my remote repo and...
by Drew | Last Updated Mar 27, 2019 | Published on Feb 23, 2014 | Blog, PayPal, PayPal
PayPal’s Instant Payment Notification (IPN) system is one of the most underutilized features that they provide, in my opinion. Unfortunately, their documentation is still lacking complete information on what types of IPN’s to expect and what they might...
by Drew | Last Updated Mar 27, 2019 | Published on Feb 21, 2014 | Blog, PayPal, PayPal
I was recently contacted by somebody through my website complaining that PayPal must have changed something in their system because all sorts of customers are having issues using their application, but nothing has changed…the usual story. This particular...