이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “CamPay Give Donation Payment Gateway”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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