TZSMM Pay
61 subscribers
25 photos
3 videos
36 links
Your Trusted Payment Gateway
Get Started Now
https://tzsmmpay.com
Download Telegram
🚀 Introducing tzsmmpay-django – A Python Django library for seamless payment integration! 🛠️💳

🔹 What is tzsmmpay-django?
This Python library integrates with TZSMM Pay to handle payments efficiently within your Django project.

🔹 Key Features:
- Easy transaction creation
- Transaction verification support
- Handles API requests seamlessly
- Tested & ready to be used in your Django apps

🔹 Installation:
You can install the package directly from PyPI:
 
pip install tzsmmpay-django


🔹 Usage Example:
python 
from tzsmmpay_django import TzSmmPayClient

# Initialize with your API key
client = TzSmmPayClient(api_key="your_api_key")

# Example: Create a transaction
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)


🔹 Get Started Now:
Check out the full documentation and install the package from PyPI: https://pypi.org/project/tzsmmpay-django/1.0.0

#Python #Django #API #Payments #Library #OpenSource #DeveloperTools #Integration