WooCommerce PayPal Pro Payment Gateway

Description

This extension adds on-site credit card checkout functionality on your WooCommerce site. Your customers will enter the credit card on your checkout page (they never leave the site to do the transaction).

It is compatible with WooCommerce High-Performance Order Storage (HPOS) feature.

The credit card checkout experience offered by this extension is very smooth. The following video shows the credit card checkout experience.

Configuring this addon is very easy. Simply go to the following WooCommerce settings area to enable the PayPal Pro gateway and enter your PayPal Pro API details:

WooCommerce Settings -> Checkout -> PayPal-Pro

You can find detailed usage instruction with screenshots on the WooCommerce PayPal Pro Gateway extension page.

After that, your customers will be able to select the credit card checkout option on the WooCommere checkout page.

Post a question on the forum if you have any issue using the addon.

Arbitrary section

Kessú Nái

Installation

Do the following to install the addon:

  1. Upload the ‘woocommerce-paypal-pro.zip’ file from the Plugins->Add New page in the WordPress administration panel.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

FAQ

  1. Will my customers be able to checkout using their credit cards after I install this plugin?
    Yes

  2. Will it offer on-site checkout so my customers doesn’t have to leave the site?
    Yes

Reviews

Novambor 6, 2021 2 replies
Honestly, I just don't understand the positive reviews on this plugin. I have thoroughly tested it, and essential features don't work with the plugin. 1. Refunds initiated from a WooCommerce order don't work at all (they're don't even recognized on PayPal side). 2. There's no detailed order information (item listing with SKU, item name, price and quantity info) on PayPal side, only an order number. 3. Shipping, tax and discount costs are not displayed on PayPal side (displays zero for each item instead of the actual value). 4. Testing (sandbox) feature has practically no documentation, and the developer's answer to related support requests is something like "sandbox configuration is usually very tricky, have you tested with live purchases?". I've lost tons of money in one of my projects because of the issues with this plugin, and I certainly will discourage everyone from using it.
Ogóst 13, 2019 1 reply
WooCommerce charges $80 for a similar plugin. This is a great free plugin for processing payments through PayPal. Very easy setup and works great and integrates with the Woo PP plugins.
Disambor 1, 2016 1 reply
Hi While i'm using multi currency in one site woo commerce, then this plugin using this code 'CURRENCYCODE' => get_option('woocommerce_currency'), which select only Currency Options. So my suggestion is that while there will be new version of this plugin then use this code 'CURRENCYCODE' => get_woocommerce_currency(), instead of 'CURRENCYCODE' => get_option('woocommerce_currency'). So that it will select multi currency. Thanks
Oktubor 5, 2016 1 reply
We are hoping to enable "Transparent Redirect" with this plugin. Similar to the setting available in Paypal Pro PayFlow settings: https://docs.woocommerce.com/wp-content/uploads/2012/04/paypal-pro-payflow-settings.png Is this possible? We are being told we are not PCI Compliant without this setting. Much thanks!
Séptembor 3, 2016
As with all good plugins it just works, is easy to install and set up. Great plugin. Great support.
Read all 10 reviews

Contributors & Developers

“WooCommerce PayPal Pro Payment Gateway” is open source software. The following people have contributed to this plugin.

Contributors

“WooCommerce PayPal Pro Payment Gateway” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “WooCommerce PayPal Pro Payment Gateway” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.9.16

  • Updated the tags to limit it to 5.

2.9.15

  • Added HPOS feature compatibility.

2.9.14

  • Removed the admin notice for the secure checkout option which has been removed from WooCommerce.

2.9.13

  • Works on WooCommerce latest (v8.3.1) and WordPress latest (v6.4).

2.9.12

  • PHP 8.2 compatibility.
  • Added a method description for the settings menu.

2.9.11

  • Updated the secure checkout admin notice message to include a link to the advanced settings menu so it is easy to find.
  • Added a new filter hook that will allow the transaction type to be customized to “authorization” instead of “sale/capture”. The filter hook is: wcpprog_request_query_arg_paymentaction

2.9.10

  • Added a new filter hook “wcpprog_invnum_woo_order_number”. It allows customization of the invoice number field.

2.9.9

  • Reversing the temporary fix that was added for the PayPal’s “Duplicate invoice ID supplied” error.

2.9.8

  • Temporarily Ignore the “Duplicate invoice ID supplied” error. Thanks to @thaissamendes for sharing the code tweak.
  • Added a new action hook “wcpprog_paypal_api_error_response” when the API response is an error response.

2.9.7

  • Added a new filter hook (wcpprog_get_user_ip) for the IP address that gets submitted to the PayPal API. This hook can be used to override and apply your own customization for the IP Address.

2.9.6

  • The “wcpprog_request_txn_description” filter can be used to override and customize the Transaction Description value.
  • The description field of the API is now populated with a value like the following:
    WooCommerce Order ID: XXXX
  • The last 4 digits of the card is saved in the order post meta (for the transaction).

2.9.5

  • Added the email address value in the query parameter of the API. The billing email address will now be sent to the PayPal API.

2.9.4

  • Removed (commented out) the individual item amount passing to the PayPal API (this was recently added after a request from a user). A few sites are having issues with it when dynamic pricing is used. It will still pass the item name.

2.9.3

  • Variable product checkout error fixed. The dynamic pricing was causing an error with the additional amount parameter that the plugin now sends to PayPal.

2.9.2

  • Added additional item info to the request parameter that is sent to PayPal. It will show more info about the item when you view the transaction in your PayPal account. Thanks to @kingpg

2.9.1

  • Added a credit card icon next to the paypal checkout selection radio button.
  • Added a filter (wcpprog_checkout_icon) to allow updating/tweaking of the credit card icon image.

2.9

  • Updated a call to a function for the new WooCommerce version.

2.8

  • Fixed WooCommerce settings URL in force SSL notice for the new version of WooCommerce.

2.7

  • The shipping address is also sent to the PayPal API during the checkout.

2.6

  • Added language translation POT file so the addon can be translated.

2.5

  • The WooCommerce order number gets sent to the PayPal Pro API (so it is available in your merchant account)

2.4

  • Credit Card number and CVV fields now show a placeholder text (the same as the field label).
  • Added filters so the placeholder text can be customized using custom code.
  • Added a filter that can be used to fully customize the output of the credit card fields on the checkout form.

2.3

  • The credit card expiry year value has been increased.

2.2

  • Added a class_exists check to make sure the ‘WC_Payment_Gateway’ class is available before trying to use it in the code.
  • Added an empty index file in the plugin folder so it cannot be browsed.

2.1

  • Replaced the “get_option(‘woocommerce_currency’)” function call with get_woocommerce_currency()

2.0

  • Plugin translation related improvements.
  • Tested on WordPress 4.6 so it is compatible.

1.9

  • Added translation string for the credit card form.

1.8

  • Fix: settings interface not showing. Updated the addon to be compatible with the latest version of WooCommerce.
  • Note: Make sure to go to the settings interface of this addon and save your API details.
  • Added a link to the settings menu in the plugins listing interface.

1.7

  • The credit card number will stay in the form when there is a validation error.

1.6

  • Added a new filter so the CVV hint image can be customized.
  • WP4.4 compatibility.

1.5

  • Added a new option to show a hint for the credit card security code (verification number) on the checkout form.

1.4

  • Some more code refactoring changes.

1.3

  • Minor code refactoring to make it more readable.

1.1

  • First commit to WordPress repository.