An open API service indexing awesome lists of open source software.

https://github.com/gernest/mpesa-dev-api

Developer guide for M-PESA API
https://github.com/gernest/mpesa-dev-api

Last synced: 4 months ago
JSON representation

Developer guide for M-PESA API

Awesome Lists containing this project

README

        

# Welcome to the unofficial mpesa-api documentation

This is an attempt to re-create the official Safaricom's M-Pesa API which is currently written in PDF.

## Getting Started
This documentation is created using mkdocs therefore in order run it locally you need to have python, pip and ofcourse mkdocs installed

### To install `mkdocs` just run the following command
`pip install mkdocs`

Start the live-reloading docs server.

`mkdocs serve`

Now you can view the documentation by just going to

`http://localhost:8000`