No bank APIs. No complex KYC. Just your UPI ID.
Beautiful checkout modal — plus Hosted Checkout with progress tracking.
Reduce Motion.Accept payments the way your customers prefer
Four simple steps to start accepting payments
Create an account and get your API keys instantly
Add our SDK with just 10 lines of code
Beautiful modal with QR code & UPI deep links
Real-time detection + fallbacks (SMS/Gmail)
That's literally all you need
<script src="https://yourgateway.com/sdk/pay.js"></script>
<script>
const gw = new PayGate({
key: 'pk_live_your_public_key',
order_id: 'order_abc123',
amount: 500,
name: 'My Store',
description: 'Premium Plan',
handler: function(res) {
console.log('Paid!', res.payment_id);
}
});
gw.open(); // Inline modal
gw.openHosted(); // New tab + progress (v5.0)
</script>JWT authentication, HMAC webhooks, encrypted API keys
Auto-open GPay, PhonePe, Paytm with one tap
Instant payment detection via Server-Sent Events
openHosted() opens payment tab + shows progress tracker
Gmail auto-verification for Binance crypto payments
Drop-in modal that looks as good as Razorpay
Real-time stats, revenue tracking, order management
Instant POST notifications on payment success
Beautiful dark theme across all pages
Create your free account in 30 seconds. No credit card required.