Socket
Socket
Sign inDemoInstall

moneyunify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moneyunify

A Python client for the MoneyUnify API to simplify mobile money payments


Maintainers
1

MoneyUnify Python Client

The MoneyUnify Python Client is a package designed to simplify mobile money (MTN, Airtel, Zamtel) payments for businesses. It allows you to request payments, verify transaction statuses, and disburse funds using the MoneyUnify API.

Installation

Install the package using pip:

pip install moneyunify

Usage

Initialize the Client

from moneyunify import MoneyUnifyClient

client = MoneyUnifyClient(muid='your_moneyunify_id')

Request Payment

response = client.request_payment('0765655244', 5)
print(response)

Verify Transaction

response = client.verify_transaction('transaction_reference')
print(response)

Send Money

response = client.send_money('yourname@email.com', 'Iza', 'Sakir', '096xxxxxxx', 'Settle All funds from MoneyUnify')
print(response)

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc