This package has been moved to https://github.com/ldonjibson/monnify
This library makes it easy to connect with Monnify API (To create reserve accounts)
Detailed documentation is in the "docs" directory.
pip install requests python_monnify
To use from monnify import Monnify
- 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
- #=========== USAGE ==========
x = Monnify("apiKey", "clientSecretKey")
print(x.generateToken())
print(x.createReserveAccount())