-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
100 lines (61 loc) · 3.46 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
=== CHIP for Gravity Forms ===
Contributors: chipasia, wanzulnet
Tags: chip
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.1.0
Requires PHP: 7.4
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
CHIP - Better Payment & Business Solutions. Securely accept payment with CHIP for Gravity Forms.
== Description ==
This is a CHIP plugin for Gravity Forms.
CHIP is a payment and business solutions platform that allow you to securely sell your products and get paid via multiple local and international payment methods.
== Screenshots ==
* Fill up the form with Brand ID and Secret Key on Global Configuration.
* Fill up the form with Brand ID and Secret Key on Form-specific Configuration.
* Form that have been integrated with CHIP.
* Test mode payment page.
* Confirmation page after successful payment.
== Changelog ==
= 1.1.0 2025-01-06 =
* Fixed - Fix issue with Delay Post
== Installation ==
= Minimum Requirements =
* WordPress 6.0 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 Gravity Forms" 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 ([GF_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
= How to include Purchases ID on notification? =
Set the tag {entry:transaction_id} at the event Payment Completion notification. You may refer to [GravityForms Merge Tag](https://docs.gravityforms.com/merge-tags/#entry-data) for more information.
= Does refund initiated through WordPress Dashboard instant? =
Refund made through WordPress Dashboard is still subject to CHIP refund policy. Having refund successful message in dashboard only indicates that CHIP API has been called for the refund process.
= How to disable refund feature? =
You need to paste the code below in your wp-config.php to disable refund.
```
define( 'GF_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)