The Mifos payment gateway is a bridge which enables the mifos platform to connect to external financial services like mobile money and digital payments systems like email and paypal.
- Integrated with Beyonic API (which gives access to most mobile money services in East Africa)
To setup project on local environment,
- Fork the project from official repository here
- Clone the code from your own forked repo using
git clone <url_to_your_fork>
- Change in to the
mifos-payment-gateway
directory usingcd mifos-payment-gateway
- Add remote as upstream:
git remote add upstream https://github.com/openMF/mifos-payment-gateway