Skip to main content

Python client for MeSomb services.

Project description

Welcome to pymesomb 👋

Version Documentation License: MIT Twitter: hachther

Python client for MeSomb Services

You can check the full documentation of the api here

🏠 Homepage

Install

pip3 install pymesomb

Usage

Collect money from an account

from pymesomb.operations import PaymentOperation
from pymesomb.utils import RandomGenerator
from datetime import datetime

operation = PaymentOperation('<application_key>', '<access_key>', '<secret_key>')
response = operation.make_collect({
    'amount': 100,
    'service': 'MTN',
    'payer': '670000000',
    'date': datetime.now(),
    'nonce': RandomGenerator.nonce(),
    'trxID': '1'
})
print(response.is_operation_success())
print(response.is_transaction_success())

Depose money in an account

from pymesomb.operations import PaymentOperation
from pymesomb.utils import RandomGenerator
from datetime import datetime

operation = PaymentOperation('<application_key>', '<access_key>', '<secret_key>')
response = operation.make_deposit({
    'amount': 100,
    'service': 'MTN',
    'receiver': '670000000',
    'date': datetime.now(),
    'nonce': RandomGenerator.nonce(),
    'trxID': '1'
})
print(response.is_operation_success())
print(response.is_transaction_success())

Get application status

from pymesomb.operations import PaymentOperation

operation = PaymentOperation('<application_key>', '<access_key>', '<secret_key>')
response = operation.get_status()
print(response.name)

Get transactions by IDs

from pymesomb.operations import PaymentOperation

operation = PaymentOperation('<application_key>', '<access_key>', '<secret_key>')
response = operation.get_transactions(['ID1', 'ID2'])
print(response)

Author

👤 Hachther LLC contact@hachther.com

Show your support

Give a ⭐️ if this project helped you!

2.0.3 (2025-03-24)

  • Add purchase_airtime to depose airtime in an account

2.0.2 (2025-03-12)

  • Rename identifier to id in WalletTransaction

2.0.1 (2025-03-12)

Added

  • Add get_transactions method to retrieve transactions based on ids and external ids

Update

  • Rename get_transactions to list_transactions in wallet operation
  • Improve canonical query handling in signature.py

2.0.0 (2025-02-10)

Added

  • Add fundraising operations
  • Add wallet operations
  • Add refund transaction operation

=== BREAKING CHANGES ===

  • Parameters for make_collect and make_deposit are not more passed as dict but as keyword arguments
  • Remove security operations
  • Change parameter ts(str) to date(datetime) in Transaction class

1.1.1 (2025-01-31)

  • Integration of Yango refill

1.1.0 (2024-09-02)

  • Add wallet operations: create wallet, update wallet, get wallet, delete wallet, adjust wallet and list wallets.

1.0.4 (2024-04-28)

  • Add function to detect phone number operator in cameroon

1.0.3 (2024-01-24)

  • Handle case when trxID is not string
  • Fix crash to display response
  • Add raw_response in TransactionResponse to store MeSomb response.

1.0.2 (2023-07-25)

=== BREAKING CHANGES ===

Only one parameter is now passed to make_deposit and make_collect. The parameter is a Map that will contain all details of your request.

All method is now returning MeSomb model not dict

1.0.0 (2022-10-20)

First release of the module.

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

pymesomb-2.0.3.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymesomb-2.0.3-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file pymesomb-2.0.3.tar.gz.

File metadata

  • Download URL: pymesomb-2.0.3.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pymesomb-2.0.3.tar.gz
Algorithm Hash digest
SHA256 9e0648d4afdec2376b7e27ce20fa4956433953476122851a76e1d7d0d6aa28d5
MD5 e4e30020197e4debe730e4c3b9352bc0
BLAKE2b-256 675c18654b94142824b558b3e09a65fa092147c60f4efb8b4aff28d3dff47023

See more details on using hashes here.

File details

Details for the file pymesomb-2.0.3-py3-none-any.whl.

File metadata

  • Download URL: pymesomb-2.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pymesomb-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b900cfbbdd12aec3ede85e824ece6b89faea0e71d03775aeab653ca9de6d8c7c
MD5 b21a571b41ebb6743ddb9d908491462b
BLAKE2b-256 e36519a0b201755607a2905ca034523135e337971fbfc5892af950a3533d3505

See more details on using hashes here.

Supported by

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