UPI Deep Link Generator
Generate deep links for Google Pay, PhonePe, Paytm, and BHIM from a single UPI ID and amount. Constructed entirely in your browser — no data is uploaded, no server involved.
What are UPI deep links?
While the standard upi://pay URI relies on the OS to select a UPI app, each app also registers its own URL scheme. Google Pay uses tez://upi/pay, PhonePe uses phonepe://pay, Paytm uses paytmmp://pay, and BHIM uses bhim://pay. Using app-specific deep links lets you direct users to a particular app.
When to use app-specific deep links
App-specific deep links are useful when you know your user base predominantly uses one UPI app, when you have a partnership with a specific payment provider, or when you want to show separate "Pay with GPay" and "Pay with PhonePe" buttons in your checkout. If the app is not installed, the OS falls back gracefully.
Supported UPI app deep link schemes
- Google Pay (Tez):
tez://upi/pay?… - PhonePe:
phonepe://pay?… - Paytm:
paytmmp://pay?… - BHIM:
bhim://pay?…
Privacy and security
All URI construction happens locally in your browser using the JavaScript URL API. Your UPI ID, payee name, and transaction details are never sent to any external server. Nothing is transmitted or stored.
Frequently Asked Questions
Is this UPI deep link generator free?
Yes, free and open to use without any account or API key.
Are my payment details uploaded?
No. All link construction is done locally in your browser. No data leaves your device.
Do deep links work on iOS?
iOS support for UPI deep links depends on the specific app installed. GPay and PhonePe for iOS support their respective URL schemes.
What happens if the user doesn't have the app installed?
On Android, the OS shows an "app not found" message or falls back to the app store. Use the standard upi://pay URI or a QR code for broader compatibility.