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...
by Drew | Published on Apr 6, 2014 | Blog, PayPal
Introduction With the release of API version 109.0, PayPal now supports credit card verifications, otherwise known as $0 authorizations. This is something that’s long overdue, but it’s nice to finally see it come to fruition. What Problem Does it Solve?...
by Drew | Last Updated Apr 6, 2014 | Published on Apr 4, 2014 | Blog, PayPal, PayPal, Premium Support, Programming
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....
by Drew | Published on Mar 25, 2014 | Blog, PHP, Programming
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 18, 2014 | Published on Mar 18, 2014 | Blog
Whether you’re accepting payments with PayPal or another merchant account provider, you’re going to want to make sure you follow some standard procedures to help prevent losing products, time, and money from fraudulent transactions. When such events happen...