-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
106 lines (66 loc) · 3.83 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
=== CHIP for GiveWP ===
Contributors: chipasia, wanzulnet, awisqirani
Tags: chip
Requires at least: 4.7
Tested up to: 6.7
Stable tag: 1.2.1
Requires PHP: 7.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
CHIP - Better Payment & Business Solutions. Securely accept payment with CHIP for GiveWP.
== Description ==
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 per documented in [API Documentation](https://docs.chip-in.asia).
== Screenshots ==
* 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.
* Donation page. Optionally, the billing fields can be disabled.
* Donation confirmation.
* Give donation page list.
== Changelog ==
= 1.2.1 - 2025-02-07 =
* Fixed - Issue with Option-Based Form Editor where payment info show escaped output.
* Fixed - Remove filtering for webhook to prevent unpredictable failure for openssl_verify.
== Installation ==
= 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 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 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](http://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.
== 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? =
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 rely on CHIP API ([GIVE_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);
```
== 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)