CHIP for Gravity Forms

Опис

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

CHIP Website

Terms of Service

Privacy Policy

API Documentation

CHIP Merchants & DEV Community

Скріншоти

  • 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.

Встановлення

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.

Часті питання

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

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);

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“CHIP for Gravity Forms” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “CHIP for Gravity Forms” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.4 – 2023-06-22

  • Added – Support for Gravity Forms User Registration Add-On

1.0.3 – 2023-02-22

  • Added – Hooks for customization of purchases parameter.

1.0.2 – 2022-12-15

  • Added – Feature for setting reference value.

1.0.1 – 2022-11-20

  • Add – Note when payment is made using test mode.
  • Tweak – Change platform value to gravityforms.
  • Fix – Refund still shown success even failed.

1.0.0 – 2022-10-20

  • New – Intial Release