Examples
Ready-to-use example projects showcasing PayTechUZ integration with popular Python frameworks.
Ready Example Projects
Looking for ready-to-use FastAPI projects? Check out our examples:
- FastAPI Example - Full payment integration
- Course Bot - Telegram bot with subscription system
🚀 Full Stack Examples
🛒 Django Shop Example
🟢 Complete Django application demonstrating order payment processing with PayTechUZ integration.
- ✅ Django Rest Framework API
- ✅ Payme, Click & Atmos gateways
- ✅ Order-based payments
- ✅ Webhook handlers
🚕 Django Taxi Example
🟢 Complete Django application demonstrating wallet balance payments with PayTechUZ integration.
- ✅ Django Rest Framework API
- ✅ Payme & Click gateways
- ✅ Wallet balance top-up
- ✅ Webhook handlers
⚡ FastAPI Example
Complete FastAPI application with PayTechUZ integration for payment processing.
- ✅ Async API endpoints
- ✅ Payme, Click & Atmos gateways
- ✅ SQLAlchemy models
- ✅ Webhook handlers
🤖 Telegram Course Bot
🟢 A sample Telegram bot project based on a subscription system, integrated with Payme, Click, and Atmos payment systems.
- ✅ FastAPI & Aiogram
- ✅ Payme, Click & Atmos
- ✅ Subscription System
- ✅ Webhook handlers
📚 Quick Links
| Framework | Repository | Description |
|---|---|---|
| Django | Shop | Django example for order payments (Payme, Click, Atmos) |
| Django | Taxi | Django example for wallet balance top-up (Payme, Click) |
| FastAPI | fastapi_paytechuz | Full FastAPI example |
| FastAPI/Aiogram | Course Bot | Subscription-based Telegram bot (Payme, Click, Atmos) |
🔗 Related Documentation
- Django Integration Guide - Step-by-step Django integration
- FastAPI Integration Guide - Step-by-step FastAPI integration
- Getting Started - Basic installation guide