Plugin info

Total downloads: 25,877
Active installs: 3,000
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 11/17/2025 (44 days ago)
Added to WordPress: 10/27/2022 (3 years old)
Minimum WordPress version: 6.3
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 44 days ago • 2 reviews

61/100

Is CHIP for WooCommerce abandoned?

Likely maintained (last update 44 days ago).

Compatibility

Requires WordPress: 6.3
Tested up to: 6.8.3
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

CHIP for GiveWP
Rating 0.0/5 (0 reviews)Active installs 40
CHIP for Gravity Forms
Rating 0.0/5 (0 reviews)Active installs 20
CHIP for Fluent Forms
Rating 5.0/5 (1 reviews)Active installs 100
CHIP for Paymattic
Rating 0.0/5 (0 reviews)Active installs 10

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

CHIP Website

Terms of Service

Privacy Policy

API Documentation

CHIP Merchants & DEV Community

Installation

Demo

Test with WordPress

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.

Frequently Asked Questions

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

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 );

Review feed

No reviews available

Screenshots

  1. Fill up the form with Brand ID and Secret Key. Tick Enable API and Save changes to activate.

    Fill up the form with Brand ID and Secret Key. Tick Enable API and Save changes to activate.

  2. Checkout and pay with CHIP

    Checkout and pay with CHIP

  3. CHIP payment page

    CHIP payment page

  4. WooCommerce order received page

    WooCommerce order received page

  5. WooCommerce dashboard order page

    WooCommerce dashboard order page

  6. WooCommerce refund order

    WooCommerce refund order

Changelog

1.8.3 2025-11-17

  • Added – Support for Google Pay

See changelog for all versions.