Skip to content

Releases: lemaiyan/mpesa_api

Extend STK Push

23 Jul 14:56

Choose a tag to compare

  • Make sure we take care of STK Push where the Short code and the Till/ Paybill number are not the same

Fix STK Transaction Type

21 Jul 17:27
f4b28c7

Choose a tag to compare

  • Fix the interchanged transaction type for Paybill and Till Number

Fix Authentication

19 Jul 15:23
05113fd

Choose a tag to compare

Hotfix Authentication (#15)

* bump up python version to 3.8

* Add .env-example

* Add decouple
For pulling secrets from the .env file

* Pull values to the docker-compose file fron the .env file

* Update the requirements file
Update and freeze the requirements file and the setup.py file

* Updates
- format the files using black
- Add is_paybill for checkout
- Reduced the number of urls that need to be defined you just need to define it once.
- Update the tests

* Update the README.md

* Fix the env variables default values and setup.py to include python decouple as a requirement

* fixed the error in getting a token

* bumped up the version

* fix failing tests

* update setup.py

Upgrade to Django 3

12 Jul 13:09
74868b6

Choose a tag to compare

Upgrade to Django 3 (#14)

* bump up python version to 3.8

* Add .env-example

* Add decouple
For pulling secrets from the .env file

* Pull values to the docker-compose file fron the .env file

* Update the requirements file
Update and freeze the requirements file and the setup.py file

* Updates
- format the files using black
- Add is_paybill for checkout
- Reduced the number of urls that need to be defined you just need to define it once.
- Update the tests

* Update the README.md

* Fix the env variables default values and setup.py to include python decouple as a requirement

Updated to Django 2

28 Feb 00:23
9f4b7d7

Choose a tag to compare

Updated to Django 2 Pre-release
Pre-release

Updated to Django 2

Separated C2B and B2C Auth

16 Dec 16:35

Choose a tag to compare

Pre-release

This release makes the framework ready by making the get_token method aware of whether it's been called for c2b or b2c task. Since in production you get them as two different apps

Added Mpesa Wrapper

20 Nov 21:24
f7d9b16

Choose a tag to compare

Added Mpesa Wrapper Pre-release
Pre-release

Added Mpesa Wrapper which will serve as the entrypoint

First Release

20 Nov 15:46

Choose a tag to compare

First Release Pre-release
Pre-release

Mpesa Services available

  • B2C
  • C2B
  • StkPush