Everything You Need
Enterprise-grade payment infrastructure, without the enterprise price tag.
Zero Trust Architecture
Payments verified via direct bank email polling or blockchain RPCs. Your keys, your funds โ no third-party ever touches your money.
Real-time Webhooks
HMAC-SHA256 signed webhooks delivered instantly on payment success. Automatic retries with exponential backoff for guaranteed delivery.
Global Crypto Payments
Accept USDT (TRC20), Solana, and Polygon payments from anywhere in the world with zero gateway fees and zero chargebacks.
Modern Checkout
Live QR codes, real-time status polling via WebSockets, countdown timers, multi-language support, and embeddable widgets.
Multi-Tenant Ready
Row-Level Security isolates merchant data at the Postgres level. Perfect for SaaS platforms and marketplace operators.
100% Open Source
MIT licensed. Fork it, modify it, deploy it on your own infrastructure. No vendor lock-in, no surprise pricing changes.
๐ UPI Payment Link Generator
Create shareable UPI payment links & QR codes for free. Works with Google Pay, PhonePe, Paytm, BHIM & all UPI apps. No signup, no fees, no data stored.
How It Works
Four simple steps from payment creation to confirmation.
Create Payment Intent
Your server calls the NoxPay API with amount, currency, and order ID.
POST /api/v1/intents/create-paymentShow QR / Redirect
Display the QR code or redirect the customer to the hosted checkout page.
checkout_url โ customerPayment Verified
Worker detects the bank email or blockchain transaction and verifies it automatically.
status: "pending" โ "settled"Webhook Delivered
Your server receives a signed webhook with the payment confirmation.
POST webhook โ payment.successNoxPay vs The Rest
See why developers are choosing self-hosted over traditional gateways.
| Feature | NoxPay | Razorpay | Stripe | PayPal |
|---|---|---|---|---|
| Transaction Fee | 0% | 2% | 2.9% + 30ยข | 2.9% + 30ยข |
| International Fee | 0% (crypto) | 3%+ | 4.4%+ | 4.4%+ |
| Cards/Net Banking | โ No | โ Yes | โ Yes | โ Yes |
| Self-Hosted | โ Yes | โ No | โ No | โ No |
| Open Source | โ MIT | โ No | โ No | โ No |
| UPI Support | โ Direct | โ Via API | โ No | โ No |
| Crypto Support | โ USDT/SOL | โ No | โ No | โ No |
| Chargebacks | Zero | Possible | Possible | Frequent |
| Data Sovereignty | โ Your DB | โ Theirs | โ Theirs | โ Theirs |
Integration in Minutes
A single API call to create a payment. Works with any language.
curl -X POST https://your-app.vercel.app/api/v1/intents/create-payment \
-H "X-Client-ID: your-client-id" \
-H "X-Client-Secret: sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"amount": 499.00,
"currency": "UPI",
"order_id": "ORDER_001"
}'Ready to Own Your Payments?
Deploy NoxPay in minutes. Keep 100% of your revenue. No credit card required.