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 can be obtained instantly via our Developer Console:

  1. Log in to the Developer Console
  2. Top up your wallet using Payme or Click
  3. Create a new project and Subscribe to a tariff plan
  4. Generate your License API Key directly in the project dashboard

Support the project and get instant access! 🚀

Next Steps

After installing PayTechUZ:

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