Skip to main content

A Library created for ease of using monnify's API to create unique account numbers for your users/members, verify user transaction, generate Bearer Token etc..

Project description

=====
Python Monnify
=====

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

It will be updated and maintained as needed

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_monnify-0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

python_monnify-0.3-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page