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
2
votes
0 answers

how to open all upi payment apps and continue for transactions in flutter

Need to show a dialog from bottom asking for user to select the upi app to make a transaction in flutter. I tried with upi_pay plugin but it is deprecated and not working properly.
naveen_kc
  • 43
  • 4
2
votes
1 answer

The com.wangsun.upi library reports: "No UPI app found, please install one to continue"

With: implementation 'com.wangsun.upi.payment:upi-payment:0.0.5' This library only gives me an error: "No UPI app found, please install one to continue" in Samsung mobiles. PaymentDetail payment = new PaymentDetail(payeeVpa,payeeName, …
Isha Sahu
  • 31
  • 1
2
votes
0 answers

UPI apps not opening from Iphone browser but its working on Android

Pay Now ! When we use the above code the apps like GooglePay, PhonePe, Whatsapp, Paytm working in Android, but same url opens always whatsapp in Iphone
Mani
  • 2,675
  • 2
  • 20
  • 42
2
votes
0 answers

Ionic: UPI Deeplink issue with iOS

I'm using Ionic for an app and trying to implement UPI with deeplink. Everything working fine for Android. I'm using Web Intent and I'm getting the response. Then, I got to know that I can't use Web Intent in iOS. So I googled it and found few…
rakcode
  • 2,256
  • 4
  • 19
  • 44
2
votes
4 answers

Android UPI payment intent always fails

Here is what I want to do. My app has two types of users - buyers and sellers. The seller can provide their UPI ID and buyers can use any UPI app installed on their device to pay to sellers using the provided seller UPI ID. I am constructing a UPI…
Sanjay Dandekar
  • 51
  • 1
  • 1
  • 4
2
votes
1 answer

Google pay UPI integration in asp.net

I am working on an asp.net application where we want to implement the Google pay UPI payment method. It should work in the following way when the user clicks on the payment button the control redirects to the users' mobile app and shows the payment…
2
votes
4 answers

How to integrate Google Pay in iOS swift?

Hi Friends i have searched about google pay integration in iOS swift. I didn't t find any relevant solution. please help me how to work on this, if any links or examples please provide link and guide me Thank you
Rohith Singh
  • 75
  • 2
  • 12
2
votes
2 answers

Adding UPI payment to android app using android studio ,UPI (Unified payment interface) integration android

I am trying to add Upi payment to android app to pay the bill automatically for coffee ordering app(digital payment) . I searched in google but it didn't work. So anyone can explain me the steps in detail.
rakshit ks
  • 422
  • 5
  • 13
2
votes
1 answer

Open UPI link in same window

I am trying to integrate UPI in mobile browser. I need to open app tray in browser from where user can select any app and can do the payment. To open App tray, we need to hit a url: UPILINK = upi://pay?pa=xyz&pn=pqr&tr=abc&am=1000 I am trying two…
learner
  • 4,614
  • 7
  • 54
  • 98
2
votes
1 answer

UPI deep link issue - iOS

This link is not working: urlString = "upi://pay?pa=samplevpa@ybl&pn=Sample Name&am=1&cu=INR".addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) It always opens the WhatsApp application. How to use UPI deep link in iOS?
2
votes
2 answers

PhonePe returning null to onActivityResult by using Intent flow UPI integration

I am using Intent flow UPI integration in app, everything works fine for googlepay and paytm, but on using phonepe ,(after successfull payment) when control returns to my app after in onActivityResult method Intent data is null(not in case of…
vipul mahajan
  • 23
  • 1
  • 6
2
votes
0 answers

Tez not installed, go to play store and install? on Web Payment Test Demo

Is there any test cadential for google pay india. I download the sample from https://developers.google.com/pay/india/api/web/samples and try to open it, but it show Tez not installed, go to play store and install? What does it mean and how to…
AisneT
  • 173
  • 11
2
votes
1 answer

Is that UPI Deep Linking available for request money?

I used upi deep url upi://pay?parm-name=param-value¶m-name=pram-value&... in psp appliaction.I am looking for request url where merchant or customer can send request to another customer to pay.Like bhim app request money. Also i want know how…
Anuj Namjoshi
  • 41
  • 2
  • 7
2
votes
1 answer

How to resolve undefined response from UPI sdk?

I am creating a sample project to get payment through a user and I successfully transfer it using pockets but the reponse I recieve is undefined. txnId=undefined&responseCode=undefined&Status=undefined&txnRef=undefined My prepared url is:…
Rajdeep Paliwal
  • 175
  • 2
  • 14
2
votes
0 answers

how to make a clickable custom URI and send it to mail?

How to make a custom URI likeupi://pay?pa=zeeshan@npci&pn=Zeeshan%Khan&mc=0000&tid=cxnkjcnkjdfdvjndkjfvn&tr=4894398cndhcd23&tn=Pay%to%rohit%stores&am=1010&cu=INR&refUrl=https://rohit.com/orderid=9298yw89e8973e87389e78923ue892 clickable and send it…
Aman Verma
  • 3,155
  • 7
  • 30
  • 60
1 2
3
11 12