Unified Payment Gateway & Fintech Infrastructure
Power your business with instant UPI Collections, Payout APIs, Sound Box voice alerts, Dynamic QRs, and Android POS solutions with 99.99% uptime.
// Initiate UPI Collection API Requestcurl -X POST https://api.inr.pay/v1/upi/collect \ -H "Authorization: Bearer inr_live_89a3k2..." \ -H "Content-Type: application/json" \ -d '{ "merchant_vpa": "store@inrpay", "customer_vpa": "customer@upi", "amount": 1499.00, "currency": "INR", "note": "Order #PAY-98214", "webhook_url": "https://yourdomain.com/webhook" }'// Response: 200 OK{ "status": "success", "txn_id": "TXN_901823712", "upi_intent": "upi://pay?pa=store@inrpay&am=1499.00...", "qr_data_url": "https://api.inr.pay/qr/901823712.png", "created_at": "2026-07-27T13:45:00Z" }
₹500Cr+
Monthly Processing Volume
99.99%
API Uptime SLA
< 80ms
Webhook Response Speed
50,000+
Active Merchants
Comprehensive Payment Gateway Solutions
Integrate high-converting payment solutions built for digital businesses, retail stores, and enterprise fintech platforms.
UPI Collection API
Collect instant payments via custom VPAs, Intent calls, and automated deep links directly into your merchant bank account.
- Zero Drop Rate UPI Intent
- Instant Webhook Callbacks
- Auto Reconciliation
Payment Gateway API
Accept Cards (Visa, Mastercard, RuPay), Net Banking (50+ banks), Wallets, and EMI options through a single checkout SDK.
- Seamless Custom Checkout
- Smart Router & Auto-Retry
- Tokenized Card Storage
Payout API
Automate 24x7 instant payouts to vendor bank accounts, UPI IDs, and debit cards via IMPS, NEFT, and RTGS.
- Instant 24x7 Disbursal
- Batch Payout via Excel/API
- Bank Account Verification
Sound Box Solution
Smart IoT hardware soundbox for merchant counters with multilingual voice notifications on payment receipt.
- Dual SIM 4G & Wi-Fi
- 10 Regional Languages
- Long Battery Backup (7 Days)
Static QR API
Generate zero-cost branded static QR codes for physical retail stores and merchant counters with instant SMS alerts.
- Interoperable BharatQR/UPI
- Sub-Merchant Tagging
- Instant Audio/SMS Sync
Dynamic QR API
Generate order-specific dynamic QR codes with embedded transaction amount and expiration timers for POS screens.
- Order Amount Embedded
- Auto-Expiring Session QR
- Real-time Display Sync
POS Machine Solution
Smart Android POS terminals equipped with built-in thermal printer, barcode scanner, and magnetic card reader.
- Android Smart OS
- Tap & Pay (NFC) Enabled
- Built-in Thermal Receipts
Integrate In Under 30 Minutes
Clean REST APIs, webhooks with signature verification, and SDKs for PHP, Node.js, Python, and Java.
Secure HMAC Signatures
Every API call and webhook callback is cryptographically signed.
Sandbox Test Environment
Test all payment flows with mock credentials before going live.
<?php
use INRPay\Client;
$inrpay = new Client('inr_live_secret_key_8921');
// Instant Vendor Payout via API
$payout = $inrpay->payouts->create([
'account_number' => '918273645012',
'ifsc' => 'SBIN0001234',
'amount' => 5000.00,
'mode' => 'IMPS',
'purpose' => 'VENDOR_SETTLEMENT',
'reference_id' => 'SETTLE_BATCH_0091'
]);
echo "Payout Status: " . $payout->status;
// Output: Payout Status: SUCCESS (UTR: 42091827361)
Sound Box & Smart POS Machines for Retail Stores
Equip your offline stores with smart audio notifications and Android POS machines that sync seamlessly with your backend dashboard in real-time.
Voice Sound Box
Loud 3W speaker, 4G SIM connectivity, 7-day battery life, instant voice confirmation.
Android POS Terminal
High-speed thermal printer, 5.5-inch touch display, card tap & swipe support.
Real-time Audio Alert Sync
"Received ₹500 on INR.pay UPI" — Clear voice alerts in Hindi, English, Tamil, Telugu, Marathi, and 5+ regional languages.
Get Started in 3 Simple Steps
Create Account & KYC
Complete digital paperless KYC onboarding with instant API sandbox access.
Integrate API Keys
Use SDKs, ready plugins, or direct REST API calls to initiate payments and payouts.
Go Live & Collect
Switch to live keys and accept UPI, Card, Soundbox, and POS payments instantly.