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.
Links
Screenshots
Installation
Minimum Requirements
- WordPress 5.9 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.
Updating
Automatic updates should work like a charm; as always though, ensure you backup your site just in case.
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?
-
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 rely on CHIP API (GF_CHIP_ROOT_URL) as follows:
- /purchases/
- This is for accepting payment
- /purchases/<id>
- This is for getting payment status from CHIP
- /purchases/
-
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 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.
-
Why post creation is not delayed after installing Gravity Forms Advanced Post Creation plugin?
-
This plugin is not compatible to use together with Gravity Forms Advanced Post Creation plugin.
-
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);
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CHIP for Gravity Forms” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CHIP for Gravity Forms” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.7 2024-05-30
- Added – Add cancel_redirect for handling cancel event