Search
Close this search box.
Search
Close this search box.

WooCommerce and PayPal

How to setup PayPal for WooCommerce

  1. Login to your PayPal account.
  2. Make sure that have a business account. If not you have to upgrade it (for free).
  3. Go to the Website Payment Preferences.
  4. Turn on Auto Return option,  enter return URL (http://www.mywebsite.com/checkout/order-received/), turn on Payment Data Transfer (optional) and press save.
  5. You will now see the PayPal Identity Token. Copy it.
  6. Now go to Website > Profile > My Selling Tools > API Access > Update.
  7. Select NVP/SOAP API integration and press Manage API credentials.
  8. Let the first option ticked (Request an API signature if your shopping cart or solution provider has asked for an API username, password and signature, or if you’re developing a custom shopping cart) and click Agree and submit.
  9. You will now see the API Username, Password and Signature.
  10. Login to your WooCommerce site.
  11. Go to WooCommerce > Settings > Checkout > Paypal.
  12. Tick the Enable Paypal Standard checkbox.
  13. Enter your email address in the PayPal Email field, which is the most important thing to configure before taking payments. Must match the same email address on your PayPal Business account.
  14. In the PayPal Identity Token, copy and paste the token from step 5.
  15. In the API settings, copy and paste the info from step 9.

Refunds

In order to allow WooCommerce to make refunds to your PayPal account, you must create your API credentials. To do so:

  1. Login in to your PayPal account.
  2. From the left menu, click Products & Services / Website payments.
  3. Click the Update link for the API access item.
  4. To generate the certificate set, click Request API Credentials on the API Access page.

Paypal Update for SHA-256

This section is for anyone who has received an email from PayPal with the subject IMMEDIATE ATTENTION REQUIRED: PayPal service upgrades.

The WooCommerce PayPal Standard Gateway itself requires no changes. You should however check that your hosting provider supports the new certificates. In the event that your host does not support SHA-256, customers will still be able to make payments, but the PayPal IPN will not be able to update orders from ‘pending’ to ‘processing’ without manual intervention.

You can use this tool which will confirm if PayPal IPN will continue to work on your site after PayPal makes the change on the Live environment. To use the tool just click the “Download ZIP” button in the bottom right corner

2015-09-11 at 10.20 (1)

and install as you would any other plugin. Once installed just click the link

2015-09-11 at 10.20

and you will see either a Success or a Fail message.

If the check fails you will need to contact your host about this, this is not a WooCommerce or WordPress issue.

Learning Resources