Skip to content

Python SDK for FlexPay API used by Corporate Merchants to connect to FlexPay to perform mobile money transactions.

License

Notifications You must be signed in to change notification settings

TralahM/pyflexpay

Repository files navigation

pyflexpay

A Python SDK for the FlexPay API used by Corporate Merchants to connect to FlexPay to perform mobile money transactions.

The FlexPay API provides access to two interfaces, the interface for sending the request (Payment Service) and that for verifying the transaction (Check transaction).

Table of Contents


Payment Service

This service is used to send a payment request to FlexPay

Request

Response

Result

Example

Check transaction

This service is used to check the status of a payment request previously sent to FlexPay.

Request

Response

Example

Merchant Payout Service

This service allows a merchant to send money to a user’s phone number, from the merchant mobile money account.

Request

Response

Result


QuickStart

Installation

pip install pyflexpay

From Source

git clone https://github.com/TralahM/pyflexpay
cd pyflexpay

python setup.py bdist_wheel
pip install -e .


Documentation

Documentation

API Reference


Contributing


Credits

TralahTek TralahM TralahM

TralahM TralahM

Blog

TralahTek

About

Python SDK for FlexPay API used by Corporate Merchants to connect to FlexPay to perform mobile money transactions.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages