Description
This is an official CHIP plugin for WooCommerce.
CHIP is a comprehensive Digital Finance Platform specifically designed to support and empower Micro, Small and Medium Enterprises (MSMEs). We provide a suite of solutions encompassing payment collection, expense management, risk mitigation, and treasury management.
Our aim is to help businesses streamline their financial processes, reduce operational complexity, and drive growth.
With CHIP, you gain a financial partner committed to simplifying, digitizing, and enhancing your financial operations for ultimate success.
This plugin will enable your WooCommerce site to be integrated with CHIP as per documented in API Documentation.
The plugins do includes support for WooCommerce Subscription products.
Links
Screenshots
Installation
Demo
Minimum Requirements
- PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)
- MySQL 5.6 or greater, OR MariaDB version 10.1 or greater, is required
Automatic installation
Automatic installation is the easiest option — WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”
In the search field type “CHIP for WooCommerce,” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.
Manual installation
Manual installation method requires downloading the CHIP for WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains instructions on how to do this here.
Updating
Automatic updates should work smoothly, but we still recommend you back up your site.
FAQ
-
Where is the Brand ID and Secret Key located?
-
Brand ID and Secret Key available through our merchant dashboard.
-
Do I need to set public key for webhook?
-
Optional. You may set the public key for webhook to synchronize the card token availability.
-
Where can I find documentation?
-
You can visit our API documentation for your reference.
-
What CHIP API services used in this plugin?
-
This plugin rely on CHIP API (WC_CHIP_ROOT_URL) as follows:
- /payment_methods/
- This is for getting available payment method specific to your account
- /purchases/
- This is for accepting payment
- /purchases/<id>/
- This is for getting payment status from CHIP
- /purchases/<id>/refund/
- This is for refunding payment
- /purchases/<id>/charge/
- This is for charging payment with token
- /purchases/<id>/delete_recurring_token/
- This is for deleting card token
- /clients/
- This is for creating clients in CHIP
- /clients/?q=<email>
- This is for getting client in CHIP with email
- /clients/<id>/
- This to get client and patch client information
Additionally, for FPX Bank status, this plugin rely on CHIP API (WC_CHIP_FPX_ROOT_URL) as follows:
- /fpx_b2c
- This is for getting FPX B2C status
- /fpx_b2b1
- This is for getting FPX B2B1 status
- /payment_methods/
-
How to clone CHIP for WooCommerce?
-
Create new class and extend WC_Gateway_Chip or WC_Gateway_Chip_Subscription with own class.
Then, hook it with filter woocommerce_payment_gateways and pass the method own class name to it.
You may refer to includes/clone-wc-gateway-chip.php file for example.
-
How to remove the additional payment method?
-
Create a PHP constant in your wp-config.php file with the following code:
define( 'DISABLE_CLONE_WC_GATEWAY_CHIP' , true );
Reviews
Contributors & Developers
“CHIP for WooCommerce” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CHIP for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.