Migrate from UPI Collect to UPI Intent/QR Code - Standard Checkout

According to NPCI guidelines, the UPI Collect flow is deprecated. Migrate to UPI Intent or UPI QR code to continue accepting UPI payments.


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 to UPI Intent or UPI QR Code, you must hide the UPI Collect flow in your checkout configuration. Add the following configuration in checkout.js:

"config": {
"display": {
"hide": [
{
"method": "upi",
"flows": ["collect"]
}
]
}
}

This will hide the UPI Collect flow and automatically display the appropriate UPI payment method based on your platform.

Follow the steps given below based on your integration type and platform:

Web

Once you hide the UPI Collect flow using the above configuration, UPI QR code will be displayed automatically on desktop checkout. Know more about

.

Watch Out!

UPI Intent is not supported on web.

Mobile Web

Once you hide the UPI Collect flow using the above configuration, the following payment options are available:

UPI Intent will be available by default once Collect is deprecated. Know more about

.

WebView

Once you hide the UPI Collect flow using the above configuration, the following payment options are available.

UPI Intent will be available by default once Collect is deprecated. Know more about

.

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?