https://github.com/navariltd/navari-mpesa-b2c
Mpesa Business to Customer (B2C) Disbursements Integration with ERPNext
https://github.com/navariltd/navari-mpesa-b2c
mpesa-integration mpesa-payments
Last synced: 5 months ago
JSON representation
Mpesa Business to Customer (B2C) Disbursements Integration with ERPNext
- Host: GitHub
- URL: https://github.com/navariltd/navari-mpesa-b2c
- Owner: navariltd
- License: agpl-3.0
- Created: 2023-11-15T06:53:25.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-25T08:35:55.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T09:29:17.163Z (almost 2 years ago)
- Topics: mpesa-integration, mpesa-payments
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## EXPNext MPesa B2C Integration
### Installation
Using bench, [install ERPNext](https://github.com/frappe/bench#installation) as mentioned here.
Once ERPNext is installed, add MPesa B2c app to your bench by running
```sh
$ bench get-app https://github.com/navariltd/navari-mpesa-b2c.git
```
After that, you can install MPesa B2C app on required site by running
```sh
$ bench --site [site.name] install-app navari_mpesa_b2c
```
### License
MIT. See [license.txt](https://github.com/navariltd/navari-mpesa-b2c/blob/develop/license.txt) for more information.