MonnifyEase: A simple Payment Integration with Monnify API (Moniepoint)

MonnifyEase is a Python library that simplifies interacting with the Monnify API. It provides synchronous wrappers for various Monnify functionalities, making it easier to integrate payment processing into your Python projects.

Monnifyease utilizes requests libraries to make http requests and receives a MonnifyResponse object from the server.


Prerequisites

To get started with the monnifyease library, ensure the following requirements are met:

  • Python 3.9+

  • A monnify account: This is to generate the secret key, api key, base url and merchant code.

    Click here to create a monnify account: Monnify Create Account


Target Audience

This library is intended for developers familiar with Python and the Monnify API and want to implement payment process using Monnify API gateway in their python projects.


Getting Started

monnifyease is on PYPI platform. See how to install monnifyease python library: Usage

  • Install using pip:

$ pip install monnifyease
  • Install using pipx:

$ pipx install monnifyease
  • Install using poetry:

$ poetry add monnifyease

If you want to download the sdist packages directly:


Indices and tables