该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

CamPay Give Donation Payment Gateway

描述

CamPay is a Fintech service of the company TAKWID
GROUP which launched its financial services in Cameroon
from January 2021.

We provide businesses and institutions with solutions for
collecting and transferring money online, via primarily
Mobile Money(MTN and Orange).

With CamPay, simplify the purchasing experience for
your customers thanks to our mobile money
payment solutions, accessible via your website
and/or mobile application.

Requiremnts

  • WP Give Donation plugin must be installed

How to setup

  • Install CamPay Give Donation Payment Gateway in your website
  • Active the plugin
  • Go to Give (Donations) settings then go to payment gateways
  • Set your App username and password (get it from https://campay.net/)
  • Save your settings.

WE ARE USING A THIRD PARTY (CAMPAY HTTP API) IN THIS PLUGIN PLEASE READ BELOW

Campay Give plugin uses CamPay REST API present on campay.net to process payments. Full documentation about the API is present here : https://documenter.getpostman.com/view/2391374/T1LV8PVA
the get_token function calls the /token/ endpoint of campay REST API to authenticate the user using the API.
the execute_payment function calls the /collect/ endpoint of campay REST API to prompt the website user to confirm his donation by inserting secret code on his phone.
the check_payment function calls the /transaction/ endpoint of campay REST API to check the status of the transaction initiated by execute_payment.

Please visit https://documenter.getpostman.com/view/2391374/T1LV8PVA for more information and contact info@campay.net for any question.
Visit https://www.campay.net/static/docs/CamPay_Terms_and_Conditions.pdf for terms and conditions of usage and https://www.campay.net/static/docs/CamPay_Privacy_Policy.pdf for our privacy policy

Contributors & Developers

CamPay Give Donation Payment Gateway was develop by CamPay with gabinho as contributor to develop the WordPress plugin for Give-Donations Plugin

安装

  • Go to plugins then click on add new plugin
  • In the search bar type CamPay Give Donation
  • Click Install then click activate
  • You’re now good to go

Minimum Requirements

  • WordPress 4.9 or greater is recommended
  • PHP 7.2 or greater is recommended
  • MySQL 5.6 or greater is recommended

Updating

Automatic updates should work smoothly, but we still recommend you backup your site.

评价

此插件暂无评价。

贡献者及开发者

「CamPay Give Donation Payment Gateway」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.0 – 2021-04-10
*Dev – Development of the plugin