CHIP for WooCommerce

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

Screenshots

  • Fill up the form with Brand ID and Secret Key. Tick Enable API and Save changes to activate.
  • Checkout and pay with CHIP
  • CHIP payment page
  • WooCommerce order received page
  • WooCommerce dashboard order page
  • WooCommerce refund order

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.

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

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

26 de junio de 2023
I wanted to take a moment to thank you for your excellent payment gateway service. I have been using your gateway for the past few months, and I have been very impressed with the ease of use, security, and reliability. I especially appreciate the fact that your gateway is so easy to integrate with my website. The setup process was quick and painless, and I was able to start accepting payments within minutes. I also appreciate the fact that your gateway is very secure. I know that my customers' credit card information is safe and secure when they make payments through your gateway. Finally, I appreciate the fact that your gateway is very reliable. I have never had any problems with payments processing through your gateway. Overall, I am very happy with your payment gateway service. I would highly recommend it to anyone looking for a reliable and secure payment gateway.
Read all 1 review

Contributors & Developers

“CHIP for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Translate “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.

Changelog

1.5.3 2024-03-15

  • Fixed – Fixed error for dedicated Atome payment method.

See changelog for all versions.