UPI deep linking from Ionic3 is not working on Android

Issue I am using this: options={ action:this.webIntent.ACTION_VIEW, url:"upi://pay?pa=xxx@upi&pn=Name&tid=TID4587445785&tr=Product Purchase&am=100&cu=INR&tn=Purchase&mc=< my mc code >" }; this.webIntent.startActivityForResult(options) However, it’s failing with these errors: Google Pay Error limit exceed paytm Error payee-mcc length invalid Bhim Error Payee.code numeric of length 4 Could not

Continue reading