Title: CHIP for GiveWP
Author: Chip In Sdn Bhd
Published: <strong>2022 年 11 月 29 日</strong>
Last modified: 2026 年 6 月 3 日

---

搜尋外掛

![](https://ps.w.org/chip-for-givewp/assets/banner-772x250.png?rev=3249339)

![](https://ps.w.org/chip-for-givewp/assets/icon-256x256.png?rev=3249339)

# CHIP for GiveWP

 由 [Chip In Sdn Bhd](https://profiles.wordpress.org/chipasia/) 開發

[下載](https://downloads.wordpress.org/plugin/chip-for-givewp.1.3.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/chip-for-givewp/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/chip-for-givewp/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/chip-for-givewp/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/chip-for-givewp/#developers)

 [技術支援](https://wordpress.org/support/plugin/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](https://docs.chip-in.asia).

### Links

[CHIP Website](https://www.chip-in.asia)

[Terms of Service](https://www.chip-in.asia/terms-of-service)

[Privacy Policy](https://www.chip-in.asia/privacy-policy)

[API Documentation](https://docs.chip-in.asia/)

[CHIP Merchants & DEV Community](https://www.facebook.com/groups/3210496372558088)

## 螢幕擷圖

[⌊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.⌉[

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

[⌊Optionally, you may set the Brand ID and Secret Key on form basis.⌉⌊Optionally,
you may set the Brand ID and Secret Key on form basis.⌉[

Optionally, you may set the Brand ID and Secret Key on form basis.

[⌊Donation page. Optionally, the billing fields can be disabled.⌉⌊Donation page.
Optionally, the billing fields can be disabled.⌉[

Donation page. Optionally, the billing fields can be disabled.

[⌊Donation confirmation.⌉⌊Donation confirmation.⌉[

Donation confirmation.

[⌊Give donation page list.⌉⌊Give donation page list.⌉[

Give donation page list.

## 安裝方式

#### Demo

[Test with WordPress](https://tastewp.com/new/?pre-installed-plugin-slug=chip-for-givewp&pre-installed-plugin-slug=give&redirect=plugins.php&ni=true)

#### 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](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

#### 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](https://docs.chip-in.asia/) for your reference.

### What CHIP API services used in this plugin?

This plugin relies on the CHIP API ([GWP_CHIP_ROOT_URL](https://gate.chip-in.asia))
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 In Sdn Bhd ](https://profiles.wordpress.org/chipasia/)
 *   [ Wan Zulkarnain ](https://profiles.wordpress.org/wanzulnet/)
 *   [ Awis Qirani ](https://profiles.wordpress.org/awisqirani/)

[將〈CHIP for GiveWP〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/chip-for-givewp)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/chip-for-givewp/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/chip-for-givewp/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/chip-for-givewp/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/chip-for-givewp/)。

## 變更記錄

#### 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](https://github.com/CHIPAsia/chip-for-givewp/releases).

## 中繼資料

 *  版本 **1.3.0**
 *  最後更新 **4 週前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 6.3 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/chip-for-givewp/)
 * 標籤:
 * [chip](https://tw.wordpress.org/plugins/tags/chip/)
 *  [進階檢視](https://tw.wordpress.org/plugins/chip-for-givewp/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/chip-for-givewp/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/chip-for-givewp/reviews/)

## 參與者

 *   [ Chip In Sdn Bhd ](https://profiles.wordpress.org/chipasia/)
 *   [ Wan Zulkarnain ](https://profiles.wordpress.org/wanzulnet/)
 *   [ Awis Qirani ](https://profiles.wordpress.org/awisqirani/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/chip-for-givewp/)