Skip to main content

Installation

Install PayTechUZ using pip:

pip install paytechuz

Django

pip install paytechuz[django]

FastAPI

pip install paytechuz[fastapi]

License API Key Configuration

Important

PayTechUZ requires a valid license API key for license validation.

Set your license API key as an environment variable:

export PAYTECH_LICENSE_API_KEY="your-license-api-key-here"
How to Obtain License API Key

The license API key is only provided to donors who support the project. To become a donor and receive your license API key:

  1. Make a donation via Tirikchilik.uz
  2. Contact @muhammadali_me on Telegram with your donation details
  3. You will receive your production license API key

Your support helps maintain and improve PayTechUZ! 🙏

Next Steps

After installing PayTechUZ:

  1. Quick Start - Create your first payment
  2. Django Integration - Integrate with Django
  3. FastAPI Integration - Integrate with FastAPI