Clickpay - WooCommerce Payment Gateway
Clickpay is a <strong>3rd party payment gateway</strong>. Ideal payment solutions for your internet business.
by Clickpay · github.com/clickpaysa/clickpay-woocommerce · website
★ 2stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/clickpaysa/clickpay-woocommerce/archive/refs/heads/main.zipOfficial WooCommerce plugin for Clickpay
Installation
Note: WooCommerce must be installed and activated for Clickpay plugin to work.
Install using FTP method
- Download the latest release of the plugin
- Upload the folder
clickpay-woocommerceto the wordpress installation directory:wp-content/plugins/
Note: Delete any previous Clickpay plugin.
Install using WordPress Admin panel
- Download the latest release of the plugin
- Go to
"WordPress admin panel" >> Plugins >> Add New - Select
Upload Plugin - Click
Browseand select the downloaded zip file (clickpay-woocommerce.zip) - Click
Install Now - If a previous version exists, select
Replace current with uploaded
Activating the Plugin
- Go to
"Wordpress admin panel" >> Plugins >> Installed Plugins - Look for
Clickpay - WooCommerce Payment Gatewayand clickActivate
Configure the Plugin
- Go to
"WordPress admin panel" >> WooCommerce >> Settings - Select
Paymentstab - Select the preferred payment method from the available list of Clickpay payment methods
- Check the
Enable Payment Gateway - Enter the primary credentials:
- Profile ID: Enter the Profile ID of your Clickpay account
- Server Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
- Click
Save changes
Use Auth - Capture - Void
- In the configuration page select transaction type: Auth.
- The default order-status for Auth Orders is on-hold unless you change it from the configuration page.
- To Capture an Auth order you need to go to the order edit view >> change the order status to Completed then Save, the Capture will be done.
- To Void the Auth order, you need to go to the order edit view >> change the order status to Cancelled then Save, the Void will be done.
Use iFrame
- In the configuration page select Payment form type: iFrame.
- Save the configuration.
Log Access
Clickpay custome log
- Access
debug_clickpay.logfile found at:/wp-content/debug_clickpay.log
Done