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
4
votes
1 answer

Verify payment is actually completed using UPI (GooglePay specifically)

This is pertaining to the UPI Payment system in India. I am using the sample code at https://developers.google.com/pay/india/api/android/in-app-payments to initiate Google Pay App to make UPI Payment. And everything is working fine. My concern…
Manish Dalal
  • 1,768
  • 1
  • 10
  • 14
4
votes
0 answers

UPI payment integration in ios

I am trying to integrate UPI payment in my ios app. I have seen some apps like, if we will select UPI payment it will display the list of UPI apps that are installed in the device. I need to implement a similar kind of feature in my ios app. I have…
3
votes
1 answer

How to create sign parameter value in UPI DeepLink URI

The Deep Link URI string look like upi://pay?pa={payee_address}&pn={payee_name}&am={amount}&cu={currency_code}&tn={transaction_note}&sign={sign_key}
Rahul Mishra
  • 1,122
  • 1
  • 10
  • 25
3
votes
0 answers

Integrating online payment in app or website using UPI

I am trying to find an online solution for a multi-vendor application. In this application, there will be multiple vendors and multiple customers and I want to add a feature for vendors to collect payment on their UPI id from customers. I am…
Het Thummar
  • 41
  • 1
  • 4
3
votes
0 answers

UPI integration in merchant app not working with intents for any kind and intent chooser for upi intent does not provide any payment app

I've seen many tutorials out there for integrating upi intent in the app but no matter what I use the code in the tutorials cannot recognize any payments app such as phonepe, googlepay, paytm etc. I've used library also such as EasyUpiPayment by -…
Jamid Deka
  • 41
  • 3
3
votes
1 answer

Upi payment is not working in android app

I am using implementation 'com.shreyaspatil:EasyUpiPayment:2.2' for upi payment. But gpay fails the trasaction saying the transaction might be risky . PhonPe says transaction failed due to technical errors. I dont understand what is the problem ,…
Ankit Verma
  • 496
  • 5
  • 21
3
votes
1 answer

UPI payment showing error "For security reasons, you are not allowed to send money from your bank account for this payment." in PhonePe

UPI payment showing error "For security reasons, you are not allowed to send money from your bank account for this payment." in PhonePe and "You've exceeded the bank limit for thus payment" in Google Pay. There is no issue with bank limit on normal…
P Sinha
  • 123
  • 2
  • 2
  • 8
3
votes
4 answers

flutter upi transaction not working (error)

UPI not working in a flutter, I tried much time into my app with differents UPI app and different library from pub.dev upi_india (not working) upi_pay (not working) flutter_upi (not working) Errors : Too many attempts more than 10 time Risk…
Rohit Soni
  • 1,300
  • 6
  • 12
3
votes
2 answers

callback url on UPI payment in android using upi://

I am trying to integrate UPI payment in Android using upi:// (Deep Link URL). I am good going with successful transactions, but I need transaction details on the server-side as like in the android intent returning result after payment. Callback /…
Praveen
  • 294
  • 4
  • 9
3
votes
1 answer

Is there a REST API for creating a payment request through Google Pay (UPI)

I'm working on an event management app (using Flutter). Once I enter the guest's UPI ID/VPA, I want a request to be initiated to his account and he could pay the amount by approving it from his mobile through the concerned UPI app. Does Google Pay…
3
votes
0 answers

Xamarin Android: No Activity found to handle Intent (Google Pay) | Intent.CreateChooser

I am creating Xamarin Android application. I have a functionality to accept payments from UPI only. Problem I am facing is, it works for some device and fails for few device. I have tested with Realme X2 (Working) and Redmi Note 8 (Not working now).…
Zala Krunal
  • 315
  • 1
  • 3
  • 17
3
votes
1 answer

Deep linking to UPI apps like Google Pay from webapp

I am trying to deep-link to specific UPI app such as Google pay installed on the user's phone. For example, if the user taps on the Google pay icon on the web app, he should be directly redirected to the Google pay app installed on his phone,…
Gaurav
  • 857
  • 3
  • 21
  • 29
3
votes
1 answer

How to send google pay "Request" via android java like amazon bhim pay online payment

How to send Google Pay or Bhim UPI request via app. I know about this but I want to send payment request: try { Uri uri = Uri.parse("upi://pay?pa="+payeeAddress+"&pn="+payeeName+"&tn="+transactionNote+ "&am="+amount+"&cu="+currencyUnit); …
user11590977
2
votes
1 answer

Chrome on Android shows "Navigation is blocked" when user clicks on generic upi intent link

On a specific subset of Android devices on Chrome stable version 110, when trying to open a generic UPI intent "upi://...", Chrome blocks navigation and prints a "Navigation is blocked" error on console. The expected behaviour is that an intent tray…
2
votes
0 answers

how to know the user is paid to given upi id?

I am developing a flutter app that uses UPI payment methods. but when I use packages like easyUPIpayment and any other upi package, I get payment failed. i researched in many way to solve this. but the solution is use a fully verified merchant…
1
2
3
11 12