This package will help to receive bKash Webhook payment payload
Project description
bKash Webhook (Merchant Account)
Introduction
This package will help to receive Webhook notification from bKash end and the user can use this package of any kind of Python Web Frameworks.
Note: Using area - Only Bangladesh
If bKash complains about this package.Such as Logo and others. The author will remove the package from PyPi and Github.
Quickstart
Installation
Install from pypi:
pip install bKashWebhook
Security
bKashWebhook package does not provide any kind of security. But payload content security handle by bKash
N.B. You need to secure your API endpoint yourself.
Example
import json
from bkash_webhook import BkashWebhookListener
bkash = BkashWebhookListener(json.loads("bKash Webhook Payload"))
res = bkash.bkash_response_process()
print(res)
# You will get bKash Payload if everything is okay.
To learn more Documentation.
Changelog
See Changelog
Trade off
- Currently, Coverage result is 98%. Two test cases don't cover and those test cases are not possible to cover. These test cases do not impact to core response. So don't worry. ValidationError Exception would manage that type error.
License
MIT
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
v0.0.2 - 2020-05-30
- Added PyPI badge
- Added documentation link into setup.py
V0.1.0 - 2020-06-01
- BKash class is deprecated
- Added a new class. That's called BkashWebhookListener. BKash class will completely removed from v1.0.0
- Update README and documents
v0.1.1 - 2020-06-01
- Refactor code docs
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
Built Distribution
File details
Details for the file bKashWebhook-0.1.1.tar.gz
.
File metadata
- Download URL: bKashWebhook-0.1.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ac9009fda9b57d9bc05e523c8174d9929bcc45678a9307812e2a3e5222f86c7 |
|
MD5 | be90cfcd5d6ea62140f9abeddad21136 |
|
BLAKE2b-256 | 73855afa28c90765cca1b46ece02571220810d465d482386a8bad6556ba8de8d |
File details
Details for the file bKashWebhook-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: bKashWebhook-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.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/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 406eb46015db6c82ac87da15e5efc17d5fb2222879795b0a7563f7a7098e8044 |
|
MD5 | 95f467d608e94e803f393eb7cdb6be6f |
|
BLAKE2b-256 | 40dc5e966062ec775c7bfc753082a168f6ca6ed77bf64c53e80c09c693d02807 |