A Library created for ease of using monnify's API to create unique account numbers for your users/members, verify user transaction, generate Bearer Token etc..
Project description
=====
Python Monnify
=====
This library makes it easy to connect with Monnify API (To create reserve accounts)
It will be updated and maintained as needed
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. pip install requests python_monnify
2. To use from monnify import Monnify
3. method includes
> generateToken: Method generate Token to be used in the subsequent calls
> createReserveAccount: Creates reserve accounts and returns value from monnify's API
> createHashFromWebhook: Generate hash as described on monnify's documentation to compare with transactionsHash
4. #=========== USAGE ==========
x = Monnify("apiKey", "clientSecretKey")
print(x.generateToken())
print(x.createReserveAccount())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_monnify-0.3.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_monnify-0.3.tar.gz.
File metadata
- Download URL: python_monnify-0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d9c045372fdcb97d8117a7c9f547064c3f87eb88d30e6cb4b5ac604923fdc3b
|
|
| MD5 |
7c7cd989ca1b5d5eb5dcd12c4bcce72b
|
|
| BLAKE2b-256 |
89d0c821ddee74436b832797f0635d9207e709d890ad1235fb888f3121590050
|
File details
Details for the file python_monnify-0.3-py3-none-any.whl.
File metadata
- Download URL: python_monnify-0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bea15a92887ab1fb0fcd56f27fc3f7aef564082be924f81b8cc382ead7c63e42
|
|
| MD5 |
0edaa833aaef05d20b39c9734ecdb4d7
|
|
| BLAKE2b-256 |
a2cf56019c1ce5fa0c3035879f186c75ca66e7c7f263a543f3e8b4702a0e9c80
|