Examples
Ready-to-use example projects showcasing PayTechUZ integration with popular Python frameworks.
🚀 Full Stack Examples
🐍 Django Example
Complete Django application with PayTechUZ integration for payment processing.
- ✅ Django Rest Framework API
- ✅ Payme, Click & Atmos gateways
- ✅ Webhook handlers
- ✅ Order management
⚡ FastAPI Example
Complete FastAPI application with PayTechUZ integration for payment processing.
- ✅ Async API endpoints
- ✅ Payme, Click & Atmos gateways
- ✅ SQLAlchemy models
- ✅ Webhook handlers
📚 Quick Links
| Framework | Repository | Description |
|---|---|---|
| Django | django_paytechuz | Full Django + DRF example |
| FastAPI | fastapi_paytechuz | Full FastAPI example |
🔗 Related Documentation
- Django Integration Guide - Step-by-step Django integration
- FastAPI Integration Guide - Step-by-step FastAPI integration
- Getting Started - Basic installation guide