Skip to main content

A library for brij fintech

Project description

brij

A client api for brij fintech

installation

pip install brij-fintech==0.0.5

getting started

in order to use brij services,you'll need to follow these simple steps

  • create an account with them
  • create a service/application under your brij account dashboard
  • note down your app ID and appKey

Integration

Direct Payment: sending direct payment from your customer to your brij account using M-Pesa

from brij.mpesa import MpesaService

to_acc = MpesaService(app_id='YOUR-BRIJ-APP-ID', app_key='YOUR-BRIJ-APP-KEY')
response = to_acc.mpesa_to_acc(amount, sender, MPESA-NUMBER, description='short description')
if r:
    print(r.json())
else:
    print('error')
  • the description text must not exceed 16 chars
  • MPESA-NUMBER is the number making the transaction. the supported format starts is 254712345678

Escrow: sending escrow payment between your customers with your account acting as an escrow account, using M-pesa

from mpesa import MpesaService

service = MpesaService(app_id='YOUR-BRIJ-APP-ID', app_key='YOUR-BRIJ-APP-KEY')
r = service.mpesa_to_escrow(amount, 'sender email or phone', 'recepient email or phone', MPESA-NUMBER, 'short deacription')
print(r.json())
  • the MPESA-NUMBER is the number making the transaction. the supported format is 254712345678
  • short description must not exceed 16 chars
  • sender email or phone are required in order to reach both parties with updates on the transaction

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

brij-fintech-0.0.7.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

brij_fintech-0.0.7-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file brij-fintech-0.0.7.tar.gz.

File metadata

  • Download URL: brij-fintech-0.0.7.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for brij-fintech-0.0.7.tar.gz
Algorithm Hash digest
SHA256 f2d0968cbed089e078487ee2d03120bd2a1781f59f95fb0d7138388d79e13880
MD5 4c0d8dd7147deefc9f9cb28218a966a1
BLAKE2b-256 33efef1402bc26f644e52ecfdb81c16b514e87eb1cc487dd676117ce5a474430

See more details on using hashes here.

File details

Details for the file brij_fintech-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: brij_fintech-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for brij_fintech-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 87a71a60945de32679903bdb878f2d09605d988475921cbd27d32793f1c481bf
MD5 783c9311a079891d63e50091d2b03b37
BLAKE2b-256 9e93cd2e0bbcf470f487ac1cb02751b13beb566bf0323b53353fe302d33a251a

See more details on using hashes here.

Supported by

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