This is a micoservice (API backend service) for tracking mpesa payments
Clone this repo or download an archive of the codebase and extract it in your server
Remember to set the document root as /public
Run the following command
composer install
Run the following command
composer dump-autoload -o
Rename .env.example
to .env
and configure accordingly
Once you have set your database credentilas, run the following command
php artisan migrate
The following endpoints are available
POST /validate
POST /confirm
POST /results
POST /register
POST /timeout
POST /reconcile
POST /reverse
POST /status
POST /validate
POST /confirm
POST /reconcile