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
17
votes
4 answers

UPI App Deep linking using Intent - inconsistent and buggy behavior

I have deeplinked UPI apps from my android native app using intent. I have tested this with various UPI apps like BHIM, PhonePe, AXIS, UnionBank, Pockets etc. I created push payment URI. I am able to launch various UPI apps. However behaviour is…
Haresh Gujarathi
  • 269
  • 1
  • 4
  • 10
14
votes
4 answers

How to get response after integrating UPI using hyperlink

In my iOS application, I need to accept payments from the user. I am using UPI for the same. I have followed the following document provided by UPI http://www.npci.org.in/documents/UPI-Linking-Specs-ver-1.1_draft.pdf I have created a deeplink as…
Arun
  • 1,391
  • 1
  • 10
  • 29
9
votes
5 answers

How to invoke UPI payment Apps from URL

I am a newbie in programming. I want to create an HTML page which have some buttons to invoke popular UPI payments apps like Google Pay, Paytm, PhonePe, etc. but I don't know how to invoke those application and passing them a…
Sahyog Vishwakarma
  • 330
  • 1
  • 2
  • 11
8
votes
5 answers

How to integrate BHIM app payment gateway in an Android App?

How to integrate BHIM app payment gateway in an android app, through upi id?I have no idea about payment gateway,I have not implemented payment gateway before.Please help me how to integrate payment gateway in an android app?(I want to integrate…
Sam
  • 99
  • 1
  • 1
  • 4
6
votes
3 answers

Invoking UPI apps from my react-native App works in iOS but not in Android

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 =…
kernelman
  • 992
  • 1
  • 13
  • 28
6
votes
1 answer

UPI payment intent is showing, maximum limit exceeded

I was trying to implement UPI intent, but whenever i am paying it's saying maximum limit exceeded in google pay, in phone pe, It's showing due to security issue, you cannot pay with this bank account. Please help me out. here is my code. …
6
votes
0 answers

How to generate UPI address from Bank account and ifsc code

I want to made payment via upi app using bank details with android upi deep linking.. I tried below format accountNumber@ifsccode.ifsc.npci this actually opening app and also going till payment screen but payment is not happening ERROR: Payment…
6
votes
3 answers

Decode % into space using URLDecoder in java?

I have a use-case in which I have to decode the queryParameter of the URI and do the thing(Out of scope of this question). Suppose I have a URI and I have to decode it. Now I know that presently all the %20 will be converted to space and while…
Aman Verma
  • 3,155
  • 7
  • 30
  • 60
6
votes
2 answers

Invoke PSP app with UPI url

I am trying to create a merchant app which will generate a url based on NPCI's guidelines. This url will be shared as intent and the PSP app (Any registered bank app) should be able to listen to that url and get invoked. I have formed a url like…
deep
  • 1,586
  • 1
  • 18
  • 29
5
votes
0 answers

Payment through Google Pay sometimes succeeds sometimes fails using UPI Intent in Android Studio [business UPI ID]

I am using this library (Library link) to create a UPI intent. This library supports both payment intent and QR code generation. Now, payment through PhonePe succeeds but payment through GooglePay sometimes succeeds and sometimes fails (when done…
George
  • 255
  • 8
5
votes
2 answers

Google Pay UPI Integration not working in android

GPay integration was working totally fine before 2 days but now its showing same error in gpay app. Intent calling for gpay payment is not working. I have completed transaction successfully days before. but now its not working. Any help would be…
Bhoomika Brahmbhatt
  • 7,404
  • 3
  • 29
  • 44
5
votes
0 answers

Does UPI support Deep Linking on Apple IOS

With deep linking using "intent" one can initiate payment from your app and complete payments in UPI enabled apps like Tez, BHIM, PhonePe. This is enabled due to Android Intent APIs. I do not find anything similar on IOS. Also I did not find any…
Haresh Gujarathi
  • 269
  • 1
  • 4
  • 10
5
votes
2 answers

UPI Payment Gateway using Android Deep Link

Is there any working sample to integrate UPI payment gateway using Android Deep Link. I went through NPCI specifications and implemented it with no success. Transaction is not getting completed. protected override void OnActivityResult(int…
Manikandan
  • 673
  • 3
  • 12
  • 26
4
votes
1 answer

UPI Deep Link payment declined

I don't know whether its right place to ask this question or not, rather I don't know where to ask this question. I am developing an app in flutter , For in app purchase I am trying to implement UPI payment . I also got a few plugins to do so , But…
Mijanur Rahaman
  • 353
  • 1
  • 5
  • 19
4
votes
0 answers

How to get resultCode and requestCode in UPI payment gateway using Android Studio and Java?

My issue is to get the proper response for the UPI payment gateway like "Payment Success" or "Error". I tried a little bit, but this returns 0 as "resultCode" and "1" as "requestCode". But I need "resultCode" as -1. While using this code payment…
Ranjith Kumar
  • 171
  • 3
  • 21
1
2 3
11 12