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 20, 2020 | Published on Aug 19, 2020 | Documentation, PayPal for WooCommerce
Introduction PayPal for WooCommerce plugin supports PayPal reference transactions. PayPal reference transaction is a PayPal feature that allows you to derive subsequent transactions from a financial transaction. You can use the transaction ID of a previous order to...
by Drew | Last Updated Aug 23, 2023 | Published on Jul 3, 2015 | PayPal for WooCommerce
by Drew | Last Updated Nov 9, 2021 | Published on Oct 5, 2020 | Documentation, PayPal for WooCommerce
PayPal for WooCommerce provides a simple interface to integrate the new PayPal Buy Now Pay Later features on your WooCommerce website. Introduction PayPal for WooCommerce provides a simple interface to integrate the new PayPal Credit Messaging, and PayPal Pay Later...
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...