Questions tagged [upi]

Unified Payments Interface (UPI) is an instant payment system developed by the National Payments Corporation of India (NPCI), an Reserve Bank of India regulated entity. UPI is built over the IMPS infrastructure and allows you to instantly transfer money between any two parties' bank accounts.

Unified Payments Interface (UPI) is a payment system launched by National Payments Corporation of India and regulated by Reserve Bank of India which facilitates the fund transfer between two bank accounts on the mobile platform instantly

UPI (Unified Payments Interface) is an advanced version of Immediate Payment Service(IMPS) platform designed for transferring funds using: Transfer through Virtual Payment Address (Unique ID provided by bank) or Account Number + IFSC or Mobile Number + MMID(Mobile Money Identifier) or Aadhaar Number or Collect / Pull money basis Virtual ID. A MPIN(Mobile banking Personal Identification number) is given to the banking customer once they register for UPI which is required to be entered while confirming a money transfer.

167 questions
1
vote
1 answer

is there any way to invoke UPI app on device

I have integrated razorpay with flutter and everything is working .But it is not invoking the upi app present in device.how to do that?
jhonney
  • 11
  • 1
  • 2
1
vote
0 answers

Is their any way of adding google play billing into a Python project?

I am a Python developer who works to develop windows softwares generally. But my company wants an Android app to be developed by me using Python now. I have gone through each and every way and I now probably know that how to convert a .Py file to…
1
vote
0 answers

UPI Deeplink Request failing

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…
anirudh
  • 53
  • 1
  • 10
1
vote
0 answers

Integrate RazorPay UPI in ASP.Net to fetch bank details by IFSC code

I want to integrate web api of RazorPay by which I will get the bank details by providing the IFSC code. I have a code which works fine in ASP.Net Core but not working in ASP.Net 4.7. ASP.Net core code: using (var httpClient = new HttpClient()) { …
Gyan Guru
  • 11
  • 1
1
vote
1 answer

Open non-standard protocol url in browser from react-native

I have to open a URL as below with Chrome or any default browser that is in Android from my ReactNative code. upi://pay?pa=starbucks.payu@indus&pn=sample@okicici&am=5.00&tn=note&mc=&tr=1234567890 However, when I open this URL I get an…
codebuddy
  • 11
  • 1
  • 1
1
vote
0 answers

UPI payment href link causes error when confirming tx

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…
mrZ
  • 27
  • 5
1
vote
0 answers

Send payment to users using UPI APP in Android

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…
Codelord
  • 1,120
  • 2
  • 10
  • 21
1
vote
1 answer

Fetch virtual payment address of users in my react native app

I have integrated react-native-upi-payment in my app. The RNUpiPayment Component calls initializePayment method here which gives only vpa for a default user. How can I give vpa address for many users in my database by fecth api or any other methods?…
1
vote
0 answers

Payment apps are not showing in my Samsung and Vivo devices while integrating UPI Payment gateway

All payment apps are already available in the both phones but I am getting list size zero: private fun isUPIApp(): Boolean { val uri = Uri.parse("upi://pay").buildUpon().build() val upiPayIntent = Intent(Intent.ACTION_VIEW) …
xp Android
  • 109
  • 1
  • 9
1
vote
0 answers

Can a deeplink placed in a website, after completion of action in invoked native app, return a value to a website opened in a browser?

I know in case of native apps, an app A that got invoked via a deeplink in another app B can return a value to the calling app B. But, can an app, invoked from a deeplink, placed in a website that's open in browser, return a value to the website/API…
1
vote
0 answers

UPI ID type not allowed on google pay

I am trying to set up online payment using google pay API on a website. I set up google pay business account. Then I tried to verify UPI id but I get an error UPI ID type not allowed
Aseem
  • 5,848
  • 7
  • 45
  • 69
1
vote
2 answers

Loading UPI app with VPA & AMOUNT from browser

I have made a php based website and working on payment integration now. I want to add upi payment option with paytm, google pay, phonepe and bhim. Once user clicks on icon, appropriate app with predefined VPA and AMOUNT should get loaded Please help
1
vote
1 answer

Why does react native app crash after confirming upi payment with razorpay?

I am trying to implement UPI payment in my react native app but my app is crashing on successful payment. I have already implemented card payment and that works perfectly but the app is crashing in the case of UPI payment, even though I am getting a…
Kunal
  • 181
  • 2
  • 16
1
vote
1 answer

UPI integration using deeplinking in iOS

I am working on opening GooglePay, PhonePe or PayTM app when the user taps on Pay via UPI. According to NPCI docs https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf, when I try to open…
user12144463
  • 43
  • 1
  • 5
1
vote
0 answers

How to make an UPI app like PhonePay or Google Pay and what is the Process?

I wanted to know how I can make a app like Phone pay or Google Pay. from my research I know that I need a company and partnership with a bank. but I want to know what things we should implement from our side if we partnered with bank and what…
ShuLaPy
  • 151
  • 7