Challenge
The system had to connect QR resolution, rate calculation, fund reservation, competitive trader claiming and final settlement without processing an order twice and while keeping every balance change traceable.
FINTECH / P2C / TELEGRAM
QR Oplata is a P2C platform where a customer creates a QR payment against an internal USDT balance, a trader manually performs the fiat-side transaction, and the system carries the order through reservation, queueing, hold, dispute and financial ledger states.
Why QR Oplata was created
P2C QR payment requires three roles to coordinate while preserving the exact state of funds at every step. QR Oplata turns that process into a managed product: a simple customer journey, a trader order queue and complete operational visibility for administrators.
The product serves customers with an internal USDT balance, verified traders and the operations team. Each role has a dedicated interface: QR Oplata User, QR Oplata Trader and QR Oplata Admin.
The system had to connect QR resolution, rate calculation, fund reservation, competitive trader claiming and final settlement without processing an order twice and while keeping every balance change traceable.
We built a TypeScript monorepo with a NestJS backend, PostgreSQL, Prisma, Redis, a Telegram bot and three React interfaces. Business rules live in server-side services, while all roles share one model for orders, wallets, ledger entries, holds, disputes and audit.
Capabilities
The capabilities support one operating scenario and share common state, control and analytics.
The system parses a payment payload, extracts amount and recipient details, and requests a manual amount for static QR codes.
Before order creation, the backend calculates the USDT amount and fee, then moves customer funds from available to reserved.
A new order appears in a shared queue where an eligible active trader can claim it.
The trader receives the QR and amount, performs the fiat-side payment outside the platform and confirms completion.
Trader earnings remain on hold until release, while customers can open a dispute for administrative review.
The admin interface covers users, traders, orders, wallets, ledger, holds, disputes, rate settings and the action log.
Outcome
QR Oplata brings the complete P2C journey into one product: QR scanning and USDT reservation, manual trader payment, hold, dispute and administrative review. Each role receives the right interface while the financial state retains one consistent history.
New project
Describe the current situation and the outcome you need. We will understand the context and propose a practical first stage.