Synchronous Monnify Wrapper

The Monnify class serves as a comprehensive wrapper around various client APIs, providing a unified interface to interact with the Monnify API synchronously. It encapsulates individual client APIs for different aspects of Monnify services, such as transfers, payments, customers, and more, simplifying the integration process and promoting code organization.


USAGE

>>> from monnifyease import Monnify


>>> def monnify_client():
>>>     monnify = Monnify()
>>>     response = monnify.transactions.list_transaction()
>>>     print(f"MonnifyResponse: {response}")


>>> monnify_client()

Note

It is highly recommended to use the set the environment variable as and ensure it is safe.