I have written this code for accepting payments through UPI apps installed on user’s phone. Everything seems fine until user tries to make the payment it fails in weird ways. Google Pay -> "You have exceeded maximum transaction amount set by your bank". Also Google Pay -> "Oops something went wrong". Phonepe -> " Could ..
Category : upi
I need to develop a functionality of showing an intent for Open with UPI App on Android in a PWA. The problem is that if no compatible app for that deeplink is installed, the browser just shows an empty page.I need to be able to know if that deeplink actually triggered an Open With dialog ..
I have used android deep linking to take UPI payments on the go in my e-commerce app, below is the method which I have used to start new Intent which will ask user to select any one of UPI payment apps installed on his/her device to proceed with the payment. The payment is getting failed ..
I am using this: options={ action:this.webIntent.ACTION_VIEW, url:"upi://[email protected]&pn=Name&tid=TID4587445785&tr=Product Purchase&am=100&cu=INR&tn=Purchase&mc=< my mc code >" }; this.webIntent.startActivityForResult(options).then(…… but it is not working. In google pay, it is showing: limit exceed. In paytm, it is showing: payee-mcc length invalid In Bhim, it is showing: Payee.code numeric of length 4 Can not figure out. Please help…. Source: Android..
This is my first Question on StackOverFlow , I am looking for a method or any 3rd party API to Integrate UPI QR Scanning to fetch UPI ID and Registered Merchant Name using QR Code . I want to Scan Google Pay , PhonePe and Paytm QR Codes using Android. Thankyou in Advance !! Source: ..
I am trying to invoke few common UPI Apps (Google Pay, Phone Pay, PayTM) using deep links. openPaymentApp = async (payApp) => { let url = ”; switch(payApp) { case ‘PAYTM’ : url = ‘paytmmp’; break; case ‘GPAY’ : url = ‘gpay’; break; case ‘PHONEPE’ : url = ‘phonepe’; break; } url = url + ..
Some background: In a web app that I developed a while back in around June/July 2020, I implemented an HTML button that when clicked would direct the user (on a smartphone) to a UPI app for making a payment with the recipient and amount pre populated. It used to work as intended but recently it’s ..
I intend to make my own product. I have 1 yr experience in android apps and 9 yr experience in Linux, C++. 1.I want a payment app. payment part is small part of the big product, but that is the only way to generate profit. I want that there will be a qr code. On ..
Im working on small project where I need to pay our user in small amounts. I want to find simple UPI solution where we can do payment using UPI. Im are working UPI API deep-link, but its only working on merchant UPI and not regular user. Let me know if you have a solution to ..
I’m working on a small project where I need to pay our users in small amounts. I want to find a simple UPI solution where we can do payment using UPI. I’m working on UPI API deep-link, but it’s only working on merchant UPI and not regular users. Let me know if you have a ..
Recent Comments