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:
Built Distribution file (.whl files) i.e the wheel file:
>>> pip install monnifyease-0.1.0-py3-none-any.whlSource Distribution file (.tar.gz files):
>>> pip install monnifyease-0.1.0.tar.gzNote
It is recommended to install the wheels package (.whl)
Detailed usage guide: https://monnifyease.readthedocs.io/en/latest/
Official Paystack Documentation: https://developers.monnify.com/api/
Contributing guidelines: https://github.com/cla-bit/MonnifyEase/blob/master/CONTRIBUTING.md
Contents: