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

Exception when calling Intent to load UPI Payment App : android.content.ActivityNotFoundException: No Activity found to handle Intent

I am trying to initiate payment using UPI from Android IONIC(Javascript) App I get following exception android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND…
Haresh Gujarathi
  • 269
  • 1
  • 4
  • 10
1
vote
0 answers

How to implement installed UPI app in Android?

I created an Android application that has listed monthly rent in the billing list activity. Each list item has a Pay button. My requirement is while clicking on the Pay button, it should list installed UPI apps. If we select an app and make a…
KIRAN K J
  • 632
  • 5
  • 28
  • 57
1
vote
0 answers

How to use UPI payment in react native

In react native app I am trying to use one-react-native-upi so that user can pay using UPI app. Below is how I am trying to use const onSucess = () => { console.log('Success:'); }; const onFailure = (e: any) => { console.log('Failure:',…
pratteek shaurya
  • 850
  • 2
  • 12
  • 34
1
vote
1 answer

Android UPI Intent PHONEPE returns Status as "Success" instead of "Failure" when user enter wrong pin details at phoenpe APP

i used Android UPI Inent Payment at Android Studio. It is working fine with GPAY and PAYTM. But With PHONEPE,when user enter wrong pin details at phoenpe App.It returns Status as "Success" instead of "Failure" .Following are returned by phonepe even…
1
vote
0 answers

URL Hyperlink for opening UPI Apps in mobile with callback response for transaction status

I know that by following an URL Hyperlink like the following, we can open UPI apps for in mobile. Buy Now But my question is how to get the transaction status from there? I need to…
1
vote
0 answers

How do I redirect my customer to another site once they have clicked the UPI pay button

So I have basically created a UPI pay button. I want the link to automatically redirect once it evokes the UPI payment apps. For eg once customer clicks on pay button, UPI app show and in background he gets redirected. I was expecting that customer…
1
vote
1 answer

Android, how to open UPI Payment Apps using Intent chooser, not working on Android 11 and 12 versions

I have developed an app for the payment system, i have to show all the available apps of payments installed on android system, I have implemented it but having some issues in some higher versions of android. The intent chooser option is getting…
1
vote
2 answers

UPI : Deep linking URL with signing

I'm Building an website & it has a payment button. I'm not much interested to integrate any payment gateway. I want the website to redirect to the UPI apps and the user can enter the amount and pay there when they use it on mobile. So I'm using UPI…
S A R
  • 146
  • 3
  • 20
1
vote
1 answer

Adyen UPI client integration get status

I am somehow trying to get the status (error,success) after paying through the UPI app. I already end up in the onAdditionalDetails() function but here I somehow don't have the possibility to query the status. Is there maybe something needed to get…
maname
  • 110
  • 11
1
vote
0 answers

Invoking AmazonPay and Bhim app from my App using deeplink for iOS

Deeplink is working fine in iOS with all other apps other than amazonpay as well as Bhim app. amazonToAlipay://pay BHIM://pay But it is not redirecting though I have amazon as well as bhim app. Can you suggest me which deeplink used for this 2…
1
vote
1 answer

How to check that UPI ID is working in real time or not in flutter?

I have set validation to check valid format of UPI. String validateUpiID(String value) { String pattern = '[a-zA-Z0-9.\-_]{2,256}@[a-zA-Z]{2,64}'; RegExp regExp = RegExp(pattern); if (value.isEmpty) { return 'Please Enter UPI ID'; } else…
Vrusti Patel
  • 394
  • 2
  • 15
1
vote
0 answers

How UPI apps like GPay verify phone number in the device?

How do they check if the phone number in device is same as user given phone number to sign up in GPay app? According to my research I am not sure, but, i think Gpay sends an SMS from user device containing the user given phone number to a server,…
User9211
  • 194
  • 1
  • 2
  • 17
1
vote
0 answers

How to enable UPI payment part in webview in android app

I have an e-commerce website where at the end I need to make payment, where it shows 4 UPI payment app options (BHIM,phonePe,gPay,paytm).but when I try to click those UPI app option buttons, it shows error as Webpage not available..webpage at…
1
vote
1 answer

Having issues with UPI deep-link from a web application for non-merchant initiated transaction

I am working on a web application where I would like to enable UPI transactions between two UPI Ids (non-merchant UPIs) for non-business purposes. Example, transactions between friends to settle the balances for domestic spends. I am able to…
Dinesh
  • 119
  • 8
1
vote
1 answer

Why does the package upi_pay fails to do the transactions?

I have tried to do the transaction between two UPI id (both was normal account, that is, not a merchant account). I have tried to do the transaction with Phonepay, but Phone pay says, For security reasons, you are not allowed to send money from your…
Sumit Kumar
  • 678
  • 4
  • 19