π Introducing the tzsmmpay-django Library!
We are thrilled to announce the release of tzsmmpay-django, a powerful Python library designed to seamlessly integrate the TZSMM Pay payment gateway into your Django projects. This library simplifies payment handling and allows developers to focus on building amazing applications with minimal effort.
β¨ Key Features
- β Easy integration with TZSMM Pay API.
- β Create and verify transactions effortlessly.
- β Secure and lightweight, designed specifically for Django applications.
π¦ Installation
To get started, simply install the package via pip:
pip install tzsmmpay-django
π Getting Started
Hereβs a quick example to help you get started:
1. Initialize the Client
from tzsmmpay_django import TzSmmPayClient
client = TzSmmPayClient(api_key="your_api_key")
2. Create a Transaction
Use the create_transaction
method to initiate a payment:
response = client.create_transaction(
cus_name="John Doe",
cus_email="john@example.com",
amount="100.00",
success_url="https://example.com/success",
cancel_url="https://example.com/cancel",
callback_url="https://example.com/callback"
)
print(response)
3. Verify a Transaction
Easily verify the status of a transaction using its ID:
response = client.verify_transaction(trx_id="transaction_id_here")
print(response)
π Documentation
For more details and examples, check out the official GitHub repository.
π Why Choose tzsmmpay-django?
Our library is built with simplicity and security in mind. Itβs the perfect tool for developers looking to integrate TZSMM Pay into their projects quickly and efficiently. Join the growing community of developers using tzsmmpay-django today!
π Links
- π GitHub Repository
- π¦ PyPI Package
- π Official Website
π Start Using tzsmmpay-django Today!
Integrate the tzsmmpay-django library into your Django project now and take your payment processing to the next level. We canβt wait to see what you build!