CHIP for GiveWP

描述

This is an official CHIP plugin for GiveWP.

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 GiveWP site to be integrated with CHIP as documented in the API Documentation.

Links

CHIP Website

Terms of Service

Privacy Policy

API Documentation

CHIP Merchants & DEV Community

屏幕截图

安装

Demo

Test with WordPress

Minimum Requirements

  • WordPress 6.3 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 CHIP for GiveWP, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type “CHIP for GiveWP” 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.

常见问题

Where is the Brand ID and Secret Key located?

Brand ID and Secret Key are 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 relies on the CHIP API (GWP_CHIP_ROOT_URL) as follows:

  • /purchases/
    • This is for accepting payment
  • /purchases/<id>
    • This is for getting payment status from CHIP
  • /purchases/<id>/refund
    • This is for refunding payment

How to disable refund feature?

You need to paste the code below in your wp-config.php to disable refund.
define( 'GWP_CHIP_DISABLE_REFUND_PAYMENT', true);

评价

此插件暂无评价。

贡献者及开发者

「CHIP for GiveWP」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「CHIP for GiveWP」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.3.0 – 2026-06-02

  • Added – Payment method whitelist setting to restrict available CHIP checkout methods.
  • Added – Success URL and Cancel URL redirect configuration.
  • Added – Cancel redirect parameter for CHIP purchase creation.
  • Fixed – API singleton now returns a new instance to prevent credential caching across forms.
  • Fixed – Refund button now appears for GiveWP 3.0 Visual Form Builder (chip_block) donations.
  • Fixed – Corrected refund guard meta key lookup.
  • Fixed – Street address concatenation precedence issue with null coalescing.
  • Fixed – Timezone regex to use proper A-Za-z character class.
  • Fixed – wp_json_encode parameter misuse.
  • Changed – Requires PHP bumped to 7.4.
  • Changed – Tested up to WordPress 7.0.
  • Changed – Added ABSPATH guards to all PHP files.
  • Changed – Replaced sizeof() with count().
  • Changed – Block gateway now explicitly implements PaymentGatewayRefundable interface.
  • Changed – Updated getLegacyFormFieldMarkup signature for GiveWP 4.x compatibility.
  • Changed – Settings reorganized into sections: Credentials, Display, Timing, Redirects, and Payment Methods.
  • Changed – Requires at least WordPress bumped to 6.3.

See changelog for all versions.