
CHIP - Digital Finance Platform. Securely accept one-time and subscription payment with CHIP for WooCommerce.
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.
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 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.
Automatic updates should work smoothly, but we still recommend you back up your site.
Brand ID and Secret Key available through our merchant dashboard.
Optional. You may set the public key for webhook to synchronize the card token availability.
You can visit our API documentation for your reference.
This plugin rely on CHIP API (WC_CHIP_ROOT_URL) as follows:
Additionally, for FPX Bank status, this plugin rely on CHIP API (WC_CHIP_FPX_ROOT_URL) as follows:
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.
Create a PHP constant in your wp-config.php file with the following code:
define( 'DISABLE_CLONE_WC_GATEWAY_CHIP' , true );