Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 779 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 779 Bytes

This package has been moved to https://github.com/ldonjibson/monnify

Python Monnify

This library makes it easy to connect with Monnify API (To create reserve accounts)

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())