PayHub Plugin For WooCommerce

PayHub Inc. is a technology company that provides SAAS solutions and products that facilitate payment processing across a wide range of industries and

Author:PayHub (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4.6.18
Plugin version:1.0.17
Added to WordPress repository:21-02-2013
Last updated:23-03-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://developer.payhub.com/
Total downloads:2 933
Active installs:20+
plugin download
Click to start download

This plugin works specifically with the WooCommerce ecommerce plugin. It allows you to accept credit card payments through WooCommerce, using PayHub as the payment gateway. Please note, a PayHub account is required to process transactions. Contact us using the info below to setup an account.

Configuration

Once the PayHub plugin is installed, in WordPress Admin:

  • Click on WooCommerce Settings, either through the option on the navigation bar on the left, or through the plugin list.
  • For WooCommerce 2.0.x, click on the Payment tab. For WooCommerce 2.1.x, click on the Checkout Tab.
  • Select PayHub as the default payment processor and save the changes.
  • Click on PayHub Settings button.
  • Enter in your PayHub API credentials n the fields provided.

How to find your API credentials

  • Log into the PayHub VirtualHub site (go to http://payhub.com and click on Login in the top left)
  • Once logged in, click on the Admin navigation link at the top right.
  • Under the General heading, click on the 3rd Party API link.
  • Copy down your Username, Password, and Terminal ID. Please note the username and password is case sensitive.

Notes on Security

This plugin requires validation of the host SSL certificate for PayHub servers. This is important as it greatly reduces the chance of a successful “man in the middle” attack.

If you go through the installation and everything works fine, then you don’t have to worry about the rest of this section. If you are experiencing a problem where you receive a blank error when trying to process cards and the transaction never actually processes then read on…

Since our plugin uses cURL (http://curl.haxx.se/) to send transaction requests, you need to make sure that cURL knows where to find the CA certificate with which to validate our API SSL certs. This is generally not a problem with hosted setups, but if you have built out your own server then you may find that this is a problem because newer versions of cURL don’t include a CA bundle by default. In this case, if you are using PHP 5.3.7 or greater you can:

*download http://curl.haxx.se/ca/cacert.pem and save it somewhere on your server.
*update php.ini — add curl.cainfo = “PATH_TO/cacert.pem”

This solutions was shamelessly borrowed from the Stack Overflow post: http://stackoverflow.com/questions/6400300/php-curl-https-causing-exception-ssl-certificate-problem-verify-that-the-ca-cer. Gotta love Stack Overflow ;^).

Alternatively, you can dig into the PayHub plugin itself and add the following key/value pair to the $c_opts array: CURLOPT_CAINFO => “payth/to/ca-bundle.pem”. See http://us2.php.net/manual/en/book.curl.php for more info.

How to get support

If you have any questions you can contact PayHub at:
(415) 306-9476 from 8AM – 5PM PST M-F
or email us at wecare@payhub.com


ChangeLog