UPI Intent
A component that allows customers to pay using UPI Intent, which opens a UPI app (such as Google Pay, PhonePe, Paytm, etc.) on the user’s device.UPI Intent works only on mobile devices, since it relies on installed UPI apps
to complete the payment.
UPI Intent Object
Code Snippet for upiIntent component
UPI QR
Use the UPI QR Component to collect payments through QR-based UPI flows. The SDK automatically renders a QR code that customers can scan using any supported UPI application such as PhonePe, Google Pay, Paytm, BHIM, etc. The QR component supports:- Popup QR Flow
- Full UI Customization
- Payment Status Handling
UPI QR payments are supported only on desktop browsers.
UPI QR Object
Code Snippet for upiQr component
UPI QR Customization
The UPI QR payment UI can be customized usingqrOptions.
Customize Your SDK -> UPI QR
Learn how to customize the UPI QR payment UI
qrOptions works similarly to popupOptions, but with higher priority.
- Styles defined inside qrOptions overwrite popupOptions
- Missing styles automatically fallback to popupOptions
- A Customize component styles
- Add multiple payment methods using tabs
- Handle payment confirmation on backend
- Set up webhooks for payment status