Description
This is an official CHIP plugin for WooCommerce.
CHIP is a payment and business solutions platform that allow you to securely sell your products and get paid via multiple local and international payment methods.
This plugin will enable your WooCommerce site to be integrated with CHIP as per documented in API Documentation.
Links
Screenshots
Installation
Demo
Minimum Requirements
- WordPress 4.7 or greater
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type “CHIP for WooCommerce” and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.
Manual installation
The manual installation method involves downloading our plugin and uploading it to your webserver via your favorite FTP application. The
WordPress codex contains instructions on how to do this here.
Updating
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
If on the off-chance you do encounter issues with the shop/category pages after an update you simply need to flush the permalinks by going to WordPress > Settings > Permalinks and hitting ‘save’. That should return things to normal.
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?
-
No.
-
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
- /payment_methods/
Reviews
There are no reviews for this plugin.
Contributors and 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.
Change Log
1.2.6 – 2023-1-26
- Added – Add FPX extra information on failure
- Fixed – Enable payment method selection requires total amount
1.2.5 – 2023-1-1
- Fixed – Amount deducted twice when using coupon
1.2.4 – 2022-12-28
- Added – Add error logging on create purchase error
1.2.3 – 2022-12-15
- Added – Add maestro as card group
- Added – Constant WC_CHIP_OLD_URL_SCHEME for switch to old URL scheme
- Changed – Redirect URL using new URL scheme
1.2.2 – 2022-11-25
- Tweak – Enhance locking to lock per order id
- Fix – Issue with error when payment with visa and mastercard
1.2.1 – 2022-11-12
- Add – Support for success_callback verification using public key
1.2.0 – 2022-11-8
- Add – Add filters wc_chip_supports to allow refund to be disabled
- Add – Timezone support for due strict
- Tweak – Revamp how preferred payment option being presented
- Tweak – Hide custom field for chip_transaction_id as it is not meant to be edited
- Update – New logo