Skip to main content
  • Customers can no longer make payments or register UPI mandates by manually entering VPA/UPI id/mobile numbers.
  • Save VPA and Validate VPA features will not be available after migration as these features work only with the UPI Collect flow.
Handy Tips
Subsequent debits for existing mandates created via UPI Collect will continue to be executed without any change. No immediate action is required for these. Exemptions UPI Collect will continue to be supported for:
  • MCC 6012 & 6211 (IPO and secondary market transactions)
  • iOS mobile app and mobile web transactions (exempted until further notice)
  • UPI Mandates (execute/modify/revoke operations only)
  • eRupi vouchers
  • PACB businesses (cross-border/international payments)
Action Required Remove the UPI Collect option from your checkout by 28 February 2026 and continue to support Intent-based UPI payments. This applies to payments made via all desktop browsers and Android devices (mWeb and mobile app). Failure to comply with the deadline will result in a disruption to your payments experience.
  • If you are a new Razorpay user, use UPI Intent.
  • If you are an existing Razorpay user not covered by exemptions, you must migrate to UPI Intent to continue accepting UPI payments if:
    • You currently accept UPI payments via Collect flow.
    • You use Razorpay Custom Checkout on Web, mWeb or WebView to accept Recurring Payments from customers.
    • Your integration includes UPI Collect parameters in razorpay.js.
    • Your users enter UPI id/VPAs for payment.

Prerequisite

Contact Razorpay support to enable UPI Intent for your Razorpay account if it is not already enabled.

Migration Steps by Platform

Web

You can only use UPI QR code to accept UPI payments. This is because UPI Intent is not supported on desktop web and UPI Collect will not be available after the NPCI deadline. Change Needed
  1. If you were previously using UPI Collect, you must remove upi[vpa] parameter from razorpay.js.
    Replace UPI Collect with UPI QR
  2. Integrate with UPI QR code. Refer to the UPI QR code Redirect Flow documentation to complete the integration.

mWeb

On mobile web, UPI Intent allows users to complete payments through their preferred PSP apps. Change Needed
  1. If you were previously using UPI Collect, you must remove upi[vpa] parameter from razorpay.js.
    Remove UPI VPA Parameter
  2. Integrate UPI Intent on mWeb. Refer to the UPI Intent mWeb Integration Guide.

WebView

For WebView integrations, enable UPI Intent to display UPI apps for payment completion. Change Needed
  1. If you were previously using UPI Collect, you must remove upi[vpa] parameter from razorpay.js.
    Remove UPI Parameter
  2. Integrate UPI Intent by following the UPI Webview Integration guide for Android and iOS. Implement deep link handling in your Android/iOS app to launch UPI apps from WebView.