by Drew | Last Updated Dec 24, 2019 | Published on Dec 18, 2017 | PayPal for WooCommerce
Introduction Each of the gateways provided by PayPal for WooCommerce give you the option to process payment for orders immediately or to authorize and capture the order for greater flexibility and control over how payments are processed. This doc provides details...
by Drew | Last Updated Feb 19, 2024 | Published on Jan 5, 2016 | PayPal for WooCommerce
PayPal WooCommerce Hooks Library PayPal for WooCommerce provides a number of hooks so that you can interact with the plugin. The following list displays the names of the hooks available as well as a simple sample of how to set it up. PayPal Complete Payments Gateway...
by Drew | Last Updated Oct 21, 2018 | Published on Dec 15, 2017 | PayPal for WooCommerce
Woo Subscriptions uses token payments / reference transactions to process subscription payments. This is supported by the gateways in our plugin, however, some of them require you to enable specific features on the account in order for this to work properly. See...
by Drew | Last Updated Aug 23, 2023 | Published on Jul 3, 2015 | PayPal for WooCommerce
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...
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 7, 2014 | Published on Mar 7, 2014 | Blog, PayPal
Introduction So, you’ve sold something online, you took payment via PayPal, and now something has gone wrong with that payment. You’re frustrated, confused, and you start searching online for information about what you’re experiencing. That’s...
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...