SDK for CBE Transaction Verification API
Project description
CBE Verification SDK
A Python SDK for verifying Commercial Bank of Ethiopia (CBE) transactions.
Installation
pip install cbe-verification-sdk
Quick Start
from cbe_verification_sdk import CBEVerificationClient
# Initialize client
client = CBEVerificationClient(
api_key="your-api-key-here",
api_base_url="http://your-api-url.com"
)
# Verify a transaction
result = client.verify_transaction(
reference_number="FT253487211",
account_number="1000012345678"
)
print(result)
Features
- Easy verification of CBE transactions
- Automatic PDF text extraction
- Error handling and logging
- Rate limit handling
Requirements
- Python 3.7+
- PyPDF2
- requests
Documentation
For detailed documentation, visit [your-documentation-url].
License
MIT License - see LICENSE file for details.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cbe_verification_sdk-1.4.0.tar.gz.
File metadata
- Download URL: cbe_verification_sdk-1.4.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
000513c8cbf5305eb3d94728bb1436423fb59a38b29017172022ce23c136ec79
|
|
| MD5 |
f9d0965299da5dfdeff34c27020d5cab
|
|
| BLAKE2b-256 |
b8ba1bea5ababc4d953d7242c5c21323ef2b8e574426273b638638d5b276f0ec
|
File details
Details for the file cbe_verification_sdk-1.4.0-py3-none-any.whl.
File metadata
- Download URL: cbe_verification_sdk-1.4.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1728a8d4cf1cb92edda3129cafdbf164e17c398aa043d782849fd268571e1c5
|
|
| MD5 |
4839549f1c3b541e57189f3dcf5e1b23
|
|
| BLAKE2b-256 |
7349c88ca9bb46af5cb94a749b32e3cea9ebd710e810dea417faadd4c7cc06bb
|