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!

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-1.0.4.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

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

pymesomb-1.0.4-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pymesomb-1.0.4.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.6

File hashes

Hashes for pymesomb-1.0.4.tar.gz
Algorithm Hash digest
SHA256 ed9a03183cda5c49cb180ccd23e3b230a5b7952e679a55dd8fdfbe58712d4fab
MD5 7748bf00e125e56c9ff2ba6bdb94f8b4
BLAKE2b-256 5ed8211445a368ea85d338ef030f5b30e96889d49af4a471a0e93345ad10fee6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymesomb-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.6

File hashes

Hashes for pymesomb-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 dea078e67728cbc3368d81945b1d5de6187b12f619ab2a4ddaed9914b3c2c254
MD5 f5668d1ea82ae9222be8c5fddfdc2c01
BLAKE2b-256 6edcb73e85fa53701571d32243f3258fb84a05cc188a66b588a4be67669851e3

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