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

Launching payments app like Phonepay via intent Android

There are similar questions on StackOverflow but none of them worked for me. List of Questions UPI Payment Gateway using Android Deep Link UPI App Deep linking using Intent - inconsistent and buggy behavior Somehow I managed to open Uri starting…
Mayank Kumar Chaudhari
  • 16,027
  • 10
  • 55
  • 122
1
vote
1 answer

In Android Using Zxing scanner how to read UPI QR code?

Using the Zxing library I am generating QR Code for UPI transactions. Below is the string String UPI = "upi://pay?pa=" + payeeAddress + "&pn=" + payeeName + "&tr=" + trxnRefId + "&tn=" + trxnNote + "&am=" + payeeAmount +…
1
vote
0 answers

How to open all UPI apps installed in phone inside Ionic App

I am integrating UPI payment in my Ionic App. I have injected WebIntent in the constructor of payment.ts and I call method upi() defined in payment.ts on Pay button click in payment.html upi method defination : upi(){ const options = { action :…
sachin rathod
  • 541
  • 1
  • 9
  • 23
1
vote
1 answer

Invoke upi app from web application on desktop

I am trying to integrate UPI in a web app. I read this(https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf), but it is only for android. Websites like bookmyshow show upi apps to select from and on selecting on desktop,…
Nobody
  • 73
  • 11
1
vote
1 answer

UPI Implicit Intent chooser not working on redmi device

This is my code for upi implicit intent which gives user of option to choose multiple upi supported application and the code is working fine on all the devices i have tested and all the version except Redmi Devices. My code is not working on any…
bipin
  • 1,091
  • 4
  • 12
  • 30
1
vote
1 answer

How to Implement UPI Payment in my React-Native-App with Expo?

I want to add UPI payment in my App and currently using expo tool to create the app but now I got stuck as there is unable to find any direct implementation by using js only and require me to eject from expo. If there is any way by which I can…
jeet
  • 107
  • 2
  • 17
1
vote
2 answers

UPI integration for different Banks

I have tried to create a UPI payment mobile application(similar to BHIM). I have gone through the below documents and…
Finder
  • 8,259
  • 8
  • 39
  • 54
1
vote
2 answers

not able to invoke PSP apps using UPI URI

To start with - I am aware that there is a similar question out there which is answered. However the answer is not helping me. Invoke PSP app with UPI url My Problem is same - Using UPI url as below String UPI =…
anikaran
  • 11
  • 2
0
votes
0 answers

How to build UPI deeplink to request payment from normal UPI account?

I am working on a web application where user can enter there upi id, name and amount and it can generate upi link to request payment. here is the link that i am using upi://pay?pn=myname&pa=myupidi@bankname&cu=inr&am=100&tn=description and this is…
0
votes
0 answers

how to close bottom modal sheet in mobile view using jquery

once click on the upi apps link upi://=7838304007@cosb&pn=QWRhbSBJbm5vdmF0aW9ucyBUZXN0&tr=ID17746409&tn=Pay this will open android bottom sheet list the all upi apps. i need to fail the txn after some time, and redirecting to new page using trigger…
Shammas Pk
  • 103
  • 1
  • 14
0
votes
1 answer

Android UPI Payment without any payment gateway

Is there any way to directly implement UPI payment in android to a merchant ID/VPA without using a payment gateway like Razorpay / PayU etc? I have tried using Upi deeplink approach…
Ankush Kapoor
  • 445
  • 1
  • 8
  • 20
0
votes
0 answers

How can I display the UPI app list using the react-native-upi-payment library?

I'm developing an app with React Native. I'm trying to implement payment using UPI, but I have a problem. I'm using react-native-upi-payment and the code is like below. const init = () => { try { RNUpiPayment.initializePayment( …
Koreahn
  • 1
  • 2
0
votes
1 answer

How to Display UPI Payment Status ("Success" or "Failure") from Gpay in Android App?

I'm developing an Android app with UPI payment integration using "Gpay." I need to display the UPI payment status ("Success" or "Failure") to users after transactions are completed in "Gpay." What's the technical approach to achieve this? Can I…
0
votes
0 answers

UPI payment intent link not opening payment apps

upi intent link not opening not installed app. in absence of the app it will open playstore. if the app not installed (previously it will work like this.) right not working as i expected. the link was :
Shammas Pk
  • 103
  • 1
  • 14
0
votes
0 answers

How to do payment through UPI in react native

I have been trying to integrate upi payment in react native using react-native-upi const initPayment = () => { try { RNUpiPayment.initializePayment( { vpa: '#xxxxxxxxxx', // or can be john@ybl or mobileNo@upi …
pratteek shaurya
  • 850
  • 2
  • 12
  • 34