Good morning 👋
Here's what's happening with your payments today.
SmartTrack
LIVEAutomatic payment reconciliation is active and monitoring your settlements
Primary Source
—
—
Backup Source
Email Bridge
Available
Device Signal
Available
SDK polling
Engine
Active
—
Recent Activity
No recent activity
Payments will appear here
Recent Transactions
| Order ID | Customer | Amount | UTR / RRN | Source | Status | Time |
|---|---|---|---|---|---|---|
| No transactions yet | ||||||
Settlement Summary
0 Settlements
0% Transaction Fee
No hidden charges
Direct Bank Settlement
100% to your bank
100% UPI Compliant
NPCI guidelines followed
Bank-Level Security
256-bit encryption
24/7 Support
We're always here
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://app.upidrop.roori.in/sdk/upidrop.js"></script>
<script>
UPIDrop.init({
publicKey: 'pk_live_...',
baseUrl: 'https://api.upidrop.roori.in'
});
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 | UTR / RRN | Tracking | Status | Date | Actions |
|---|---|---|---|---|---|---|---|
| Loading transactions... | |||||||
⚡ SmartTrack Engine
Real-time payment auto-detection, multi-signal reconciliation & bridge health monitoring.
Active Bridge Configuration
Bridge Type
Loading...
VPA
—
Status
—
Total Orders (30d)
—
Auto-Matched
—
Avg Confirm Time
—
Unmatched Credits
—
Recent Payment Signals
| Bridge | Amount | UTR | Confidence | Matched Order | Status | Time |
|---|---|---|---|---|---|---|
| No payment signals yet. Configure a bridge to start auto-tracking. | ||||||
🧠 AI Bridge Setup Wizard
Based on your VPA handle, we recommend the best auto-verification bridge. Select and configure it below.
Analyzing your VPA handle...
Integrations
Connect UPIDrop with your website, e-commerce platform, or dev tools.
Any Website (JS SDK)
RecommendedDrop-in checkout for any website. 2 lines of code.
WooCommerce
WordPress PluginOne-click install for WooCommerce stores. SmartTrack S2S auto-confirmation included.
- Download
upidrop-gateway.php - Upload to
/wp-content/plugins/ - Activate → WooCommerce → Settings → Payments → UPIDrop
- Enter your Public Key & Secret Key
Supports: Hosted checkout, HMAC webhooks, auto-reconciliation
Shopify
Liquid SnippetAdd UPIDrop checkout to your Shopify store using a Liquid code snippet.
- Go to Online Store → Themes → Edit Code
- Add UPIDrop SDK to
theme.liquid - Create "Pay with UPI" button on checkout
Full guide: plugins/shopify/README.md
Wix
Velo Payment Provider SPIIntegrate via Wix Velo Payment Provider SPI. List as free app on Wix Marketplace.
- Open Wix Editor → Dev Mode → Velo
- Add
upidrop-wix-spi.jsto backend - Configure API keys in Wix Secrets Manager
AI Coding Tools
NewTell your AI coding assistant to integrate UPIDrop. Works with Claude Code, Codex, Antigravity, and any AI that can run npm.
Webhooks
Receive real-time payment notifications on your server.
Webhook URL
When a payment is confirmed via SmartTrack, we'll send a POST request with HMAC-signed payload to this URL.
Webhook Payload Format
{
"event": "payment.confirmed",
"order_id": "ORD-XXXXXXXX",
"amount": 500.37,
"base_amount": 500.00,
"utr": "423871928374",
"status": "paid",
"auto_matched_via": "bank_s2s",
"confidence_score": 98.5,
"timestamp": "2025-08-27T12:00:00Z"
}
X-UPIDrop-Signature header using HMAC-SHA256 with your Secret Key. Always verify this signature server-side.
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 |
|---|