Blog Banner 2 months ago TZSMM Pay
Django Library Python

πŸŽ‰ Introducing the tzsmmpay-django Library!

158
Sun, Jan 26

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


πŸš€ 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!