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 per documented in API Documentation.

Links

CHIP Website

Terms of Service

Privacy Policy

API Documentation

CHIP Merchants & DEV Community

Скріншоти

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

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

Demo

Test with WordPress

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.

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 (GIVE_CHIP_ROOT_URL) 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 for GiveWP” на вашу мову.

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

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

Журнал змін

1.1.0 – 2023-10-27

  • Changed – Now the redirection will not rely on session. Instead it will rely on meta.
  • Changed – Now reference is set to donation id instead of payment_key

1.0.3 – 2023-03-08

  • Fixed – Donator seeing donation failed page when there is previous failed attempt.

1.0.2 – 2023-02-17

  • Fixed – Form created before installing CHIP should adhere to global configuration.

1.0.1 – 2022-11-30

  • Fixed – First and Last name should be separated with space.

1.0.0 – 2022-11-29

  • New – Initial Release.