WooCommerce

Let’s explore the WooCommerce Payment Gateway Integration with Lumipay. Lumipay now has a free module for those using WooCommerce. This module enables you to use Lumipay as a payment gateway in conjunction with WooCommerce. It also works for anyone with a subscription to WooCommerce. You can also check out the WooCommerce site to find out more about the system.

How LumiPay is integrated with WooCommerce

So, if you have the Lumipay module for WooCommerce, it means you can accept Lumipay payments in your WooCommerce shop. This also means that you have the ability to both capture and refund payments made directly in WooCommerce.

Installation

You must first download the WooCommerce plugin from wordpress.org. We’re going to help you with the WooCommerce Payment Gateway Integration process. So, let’s take a look at the quick and easy installation process below:

  1. Log in to WordPress (WP) administration.
  2. Click Plugins > Add new
  3. Upload the plugin choosing the downloaded file
  4. Finish Installation with Install Now
  5. Go to the WooCommerce tab then go to:
    • Settings
    • Checkout
    • LumiPay
  1. LumiPay plugin must now be activated.
  2. Insert the API key in Private key – The key can be found in LumiPay manager if you click on Settings, then go to Integration.
  3. You can finish up all your changes by clicking Save changes. There is also a guide page with tips available to help with the setup and any changes you may want to implement. If you need more help or tech support, the developer of this module has also created a guide page with setup tips and frequently asked questions.

Lumipay Settings — What you Can Do

You set and adjust all the settings below directly within WooCommerce’s payment settings.

  • Autocapture
  • Currency
  • Language
  • Payment methods
  • Branding ID
  • Autofee
  • Text on the statement
  • Google analytics
  • Variables

Other Payment Options

LumiPay is the default payment option that your customers can select at the time of checkout. The customer will be redirected to LumiPay’s payment window as the default where they can enter payment details or select another payment method.

You can also add additional payment options and other third-party payment methods. This can be done in the WooCommerce Settings tab under Lumipay payment options. An example would be if you were enabling MobilePay as another payment option.

Simply go to the WooCommerce Settings and enable “LumiPay – MobilePay”. So, this gives your customers another payment option at the checkout.

WooCommerce Payment Gateway Integration Subscriptions

WooCommerce Subscriptions are also supported by LumiPay. The module treats subscriptions as a product type. Therefore, you make the first capture by using the Autocapture function. If the subscription finishes you can capture it manually. If you don’t use Autocapture on the first capture you can also do it manually in LumiPay manager. Consequently, renewals capture automatically.

A Problem You May Encounter

One common error is ‘order number already used’. So, if this happens simply add the prefix to your order number.

Also, a useful plugin that could help you with this problem would be WooCommerce Sequential Order Numbers. So, you simply download and activate this plugin.

Additionally, the third option you can use to fix this common problem is adding the piece of code below to the WP code. Paste this into the functions.php in your WP theme:

function LumiPay_change_order_number_for_api($order_number) {

return ‘QP-‘ . $order_number;

}

add_filter(‘woocommerce_LumiPay_order_number_for_api’, ‘LumiPay_change_order_number_for_api’);

Module Developer

Perfect-Solution.dk. are the module developers. So, they can help you with any questions you have about the module. Therefore, you contact them for tech support about your WooCommerce Payment Gateway Integration.

Disclaimer

This is a third-party module. Therefore, we are not responsible for your use of this module and can only provide limited support for the use of it.