Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

CamPay Give Donation Payment Gateway

Descripción

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

Instalación

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«CamPay Give Donation Payment Gateway» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

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