You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

pyflexpay

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyflexpay

A Python SDK for the FlexPay API for Payments Aggregation


Maintainers
1

Readme

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
  • Check Transaction
  • Merchant Payout Service
  • QuickStart
  • Documentation/Usage
  • Contributing
  • Credits

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc