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.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.2.tar.gz (20.0 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.2-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pymesomb-2.0.2.tar.gz
  • Upload date:
  • Size: 20.0 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.2.tar.gz
Algorithm Hash digest
SHA256 92305ccb089f5c97ab444e6527826136ee878ad610f9f8dc5dedd770bb5a71cb
MD5 1d56e0bc2f5e38871da4107ea29d681c
BLAKE2b-256 b31dadfbe6915cbfc0b3d54864059b721dc4984ecc95260df9c185ea39c0ed83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymesomb-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a56d96f7145a974bcaa7a70425d94ef66caf9c8accb6e1f0a6511ef25274a0f4
MD5 81710ae33ec88c54b52ef8e2f5666fca
BLAKE2b-256 8386c79667a89923e980d8d9d2e7608da5795e99036332b17f74008236c2b2a7

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