Migrate from UPI Collect to UPI Intent/QR Code - Custom Checkout
According to NPCI guidelines, the UPI Collect flow is deprecated. Update your Custom Checkout integration to use UPI Intent or UPI QR code.
According to NPCI guidelines, the UPI Collect flow is being deprecated effective 28 February 2026 to align with the latest ecosystem compliance standards and ensure higher transaction success rates. Customers can no longer make payments by manually entering VPA/UPI ID/mobile numbers.
- If you are a new customer, use .
- If you are an existing customer, you must migrate to UPI Intent or UPI QR code to continue accepting UPI payments.
UPI Collect will continue to be supported for:
- MCC 6012 & 6211 (IPO and secondary market transactions).
- iOS mobile app and mobile web transactions.
- UPI Mandates (execute/modify/revoke operations only)
- eRupi vouchers.
- PACB businesses (cross-border/international payments).
To migrate from UPI Collect, you need to remove the UPI Collect flow configuration from your razorpay.js:
// Remove this configurationupi: {vpa: "success@razorpay",flow: "collect"}
This will disable the UPI Collect flow from your checkout.
Follow the platform-specific steps below to enable the alternative UPI payment method:
After removing the UPI Collect configuration, enable
to accept UPI payments.Important Note
UPI Intent is not supported on web.
After removing the UPI Collect configuration, integrate
.After removing the UPI Collect configuration, enable
.Handy tips
The Save VPA and Validate VPA features will not be available since the Collect flow is disabled. These features work only with the UPI Collect flow.
Is this integration guide useful?