Power your merchant network with dynamic QR codes — accept UPI, Bharat QR, and international payments from any app, any device, anywhere. Real-time settlements, zero checkout friction.
Trusted by 50,000+ merchants across India
Static, dynamic, and intent-based QR codes for every merchant scenario — from kiosk counters to e-commerce checkouts.
From real-time payment confirmation to dispute automation — our QR platform covers every merchant workflow.
All NPCI-registered UPI apps work automatically — no separate integration needed.
Peak hour: 12pm–2pm · Top UPI app: PhonePe (42%)
Two API calls to generate and verify a QR payment. No complex NPCI setup — we handle the NPCI connectivity so you don't have to.
curl -X POST https://api.paylogic.in/v1/qr/generate \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "merchant_id": "mid_xyz123", "amount": 249900, "currency": "INR", "order_id": "ORD-8842-XZ", "expiry_minutes": 5, "webhook_url": "https://yoursite.com/webhook" }'
curl -X GET \ https://api.paylogic.in/v1/qr/status/UPIQR9x3mKzT \ -H "Authorization: Bearer YOUR_API_KEY" # Response (see Response tab) # Polling interval: 2s max · or use webhooks
// Node.js webhook handler app.post('/webhook', (req, res) => { const sig = req.headers['x-paylogic-signature']; const valid = paylogic.verifyWebhook( req.body, sig, 'YOUR_WEBHOOK_SECRET' ); if (!valid) return res.status(401).end(); const { event, order_id, amount } = req.body; if (event === 'payment.success') { // Fulfil order } res.status(200).end(); });
{
"qr_id": "UPIQR9x3mKzT",
"qr_url": "https://api.paylogic.in/qr/UPIQR9x3mKzT.png",
"upi_link": "upi://pay?pa=merchant@paylogic&am=2499",
"status": "active",
"expires_at": "2025-05-25T14:37:17Z",
"amount": 249900
}
From roadside kiosks to SaaS billing — QR payments simplify collections for every merchant type.
Every QR transaction is secured by multi-layer fraud detection, encrypted communication, and regulatory-grade compliance.
Start free — pay only for successful transactions. Rates drop as your volume grows. No setup fees, no monthly charges.
Join 50,000+ merchants who trust Paylogic for instant, zero-friction QR payments. Start free — go live before your next customer walks in.