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:
- Make a donation via Tirikchilik.uz
- Contact @muhammadali_me on Telegram with your donation details
- You will receive your production license API key
Your support helps maintain and improve PayTechUZ! 🙏
Next Steps
After installing PayTechUZ:
- Quick Start - Create your first payment
- Django Integration - Integrate with Django
- FastAPI Integration - Integrate with FastAPI