momoapi-python
momoapi-python copied to clipboard
MTN MoMo API Client Library for Python
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Version 2.21.0 was released in 2018. Pinning the package to it creates dependency issues since other packages, such as `urllib3`, can't be updated past a certain version due to this...
Why I am getting JsonDecodeError with disbursements even when the http response is 202? This is what I am getting back after calling transfer method; ``` return self.scan_once(s, idx=_w(s, idx).end())...
Why does the momo API keep throwing me the ENVIRONMENT is missing in the configuration, Exception. after i had provided one in the config={ 'ENVIRONMENT': os.environ.get("https://sandbox.momodeveloper.mtn.com/collection/v1_0/bc-authorize"), 'BASE_URL': os.environ.get("BASE_URL"), 'CALLBACK_HOST': os.environ.get("http://127.0.0.1:8000"),}...
Before sending a request to the MoMo API the phone number validated is and `256` is appended. However, this makes testing in sandbox with the numbers provided for testing difficult....
Need to add a contributing guide
Improve formatting of Markdown documents by replacing urls with links. For example: On Line 25 in README.md: Replace `https://momodeveloper.mtn.com` with [MoMo Developer Portal](https://momodeveloper.mtn.com) to make the link clickable by a...