Skip to main content

An unofficial python sdk for the QosIc platform.

Project description

An unofficial python sdk for the QosIC platform. This platform provides an api to enable mobile money payments for businesses in Africa.

https://img.shields.io/pypi/v/qosic-sdk.svg https://img.shields.io/pypi/pyversions/qosic-sdk Documentation Status https://img.shields.io/badge/license-MIT-blue.svg https://img.shields.io/badge/code%20style-black-000000.svg

Features

  • Simple synchronous client to make your payment requests

  • Cover 100% of Qosic public api

  • Clean and meaningful exceptions

  • 100 % test coverage

  • Configurable timeouts

Quickstart

For those of you in a hurry, here’s a sample code to get you started.

pip install qosic-sdk
from dotenv import dotenv_values
from qosic import Client, bj

config = dotenv_values(".env")

moov_client_id = config.get("MOOV_CLIENT_ID")
mtn_client_id = config.get("MTN_CLIENT_ID")

login = config.get("SERVER_LOGIN")
password = config.get("SERVER_PASSWORD")

def main():
    phone = "229XXXXXXXX"
    mobile_carriers = [bj.MTN(id=mtn_client_id), bj.MOOV(id=moov_client_id)]
    client = Client(login=login, password=password, mobile_carriers=mobile_carriers)

    result = client.pay(phone=phone, amount=500)
    print(result)
    if result.success:
        print(f"Everything went fine")

    result = client.refund(reference=result.reference, phone=phone)
    print(result)


if __name__ == "__main__":
    main()

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

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

qosic_sdk-5.1.0.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

qosic_sdk-5.1.0-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file qosic_sdk-5.1.0.tar.gz.

File metadata

  • Download URL: qosic_sdk-5.1.0.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.2 Darwin/21.6.0

File hashes

Hashes for qosic_sdk-5.1.0.tar.gz
Algorithm Hash digest
SHA256 1d9036163f6f8bc18ea2ea5f77deddd9a15c9155ec95990d94b286ce0b958acc
MD5 0f4bb342b07c38801dfe750af42b5c1a
BLAKE2b-256 58fbf2fa4c9c4e4cf027bcca6a488c29c36fc5694b701ee503b8152c2e9e73cd

See more details on using hashes here.

File details

Details for the file qosic_sdk-5.1.0-py3-none-any.whl.

File metadata

  • Download URL: qosic_sdk-5.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.2 Darwin/21.6.0

File hashes

Hashes for qosic_sdk-5.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 67a1fd14af53c2ea6421968e734c54a72862b26ee655b46772f6b207ae90d901
MD5 c318c760af2aba820cf4a91ea169a1c6
BLAKE2b-256 18f0694cbcc765faebdf50f1c2e852ac4ea0ffa9f720a0409bfddb25317ab608

See more details on using hashes here.

Supported by

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