How to Install monnifyease

To use monnifyease:

  • Create a virtual environment on Windows:

>>> py -m venv <environment_name>
  • Activate the virtual environment:

>>> <environment_name>\Scripts\activate
  • Create a virtual environment on Unix/macOS:

>>> python3 -m venv <environment_name>
  • Activate the virtual environment:

>>> <environment_name>/bin/activate
  • Install monnifyease using pip from PYPI:

>>> $ pip install monnifyease

Note

Create an account on Monnify or login if you already have an account, to generate a secret key, an api key, a base url and merchant code for your application to interact with Monnify.

You can create an account on Monnify here: Monnify Create Account

After which, go to your developer page >> API keys and Contracts section.

Warning

Do not expose your secret key, api key, merchant code, base url or commit your any to git, or use them in client-side code.

Hint

Monnify offers both test and live environments and also provides Monnify SDK (frontend only).