Merchant Dashboard
Real-time UPI transaction metrics & bank settlements.
Recent Transactions
| Order ID | Amount | Status | Date |
|---|---|---|---|
| No transactions recorded yet | |||
Payment Links & Dynamic QR
Generate instant UPI payment links or QR codes to share via WhatsApp, SMS, or Invoices.
Your Store
₹0.00
Scan with Google Pay, PhonePe, Paytm, BHIM
Universal Checkout SDK & Widget
Embed a seamless 1-click UPI checkout modal on any website or store.
HTML / JavaScript Integration
Include the SDK in your `
` and trigger `UPIDrop.checkout()` on button click.<!-- Include UPIDrop SDK -->
<script src="https://upidrop-pg.pages.dev/sdk/upidrop.js"></script>
<script>
UPIDrop.init({
publicKey: 'pk_live_...',
baseUrl: 'https://upidrop-pg.upidrop-payment-gateway.workers.dev'
});
function handleBuyNow() {
UPIDrop.checkout({
amount: 499,
description: 'Product Order #1001',
customerName: 'Rahul Sharma',
onSuccess: function(res) {
alert('Payment submitted! UTR: ' + res.utr);
}
});
}
</script>
Test Checkout Modal
See exactly what your customers experience when paying via UPIDrop.
Transactions
Review orders, verify customer UTR submissions, and approve payments.
| Order ID | Customer | Amount | 12-Digit UTR | Status | Date | Actions |
|---|---|---|---|---|---|---|
| Loading transactions... | ||||||
API Keys & Webhooks
Authenticate server-to-server requests and configure real-time payment notifications.
Need to rotate credentials?
Subscription & Plan
Manage your active UPIDrop subscription with 0% transaction fees.
UPIDrop 0% Gateway
Plan Expiry: Active
Business Verification
Platform trust & anti-fraud verification to activate live 0% UPI payments.
Merchant Settings
Configure your destination UPI VPA bank address and Webhook endpoint.
👑 Super Admin Panel
Platform-wide overview of all merchants, volume, and subscription approvals.
| Business Name | UPI VPA | Plan | Status | Actions |
|---|