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

UPI Deeplinking from IONIC to GooglePay does not work as expected

We have developed an IONIC based mobile app to perform In-App payment using UPI. It uses IONIC Native Web Intent plugin. a. b. "@ionic-native/web-intent": "^4.14.0", This is shim layer for the Android intent mechanism and makes web intent call…
Haresh Gujarathi
  • 269
  • 1
  • 4
  • 10
0
votes
1 answer

Mobile Application Payment Support - Pay via BHIM

I am having a new discussion for developing Android and iPhone mobile applications for selling customer's products online. The requirement is such that user can purchase products by making payment using credit,debit, netbank, BHIM and UPI mode from…
MobDev
  • 1,489
  • 1
  • 17
  • 26
0
votes
0 answers

CCAvenue Payment Gateway Support for BHIM and UPI

We have decided to use CCAvenue Payment Gateway in our application. I have some doubts Does CCAvenue Payment Gateway supports BHIM and UPI payments? What are the difference between BHIM and UPI payments? Does any standalone SDK for UPI?
Asha Soman
  • 1,846
  • 1
  • 18
  • 28
0
votes
2 answers

UPI integration in android: How to use onActivityResult?

UPI (Unified Payment Interface) is a payment interface for Indian banks. In UPI transactions are links. Just like bitcoin transactions are messages Those links are passed to UPI payment apps and the payer has to login to the app and click the pay…
0
votes
2 answers

UPI Deep Link - Unable to complete the transaction

Trying to connect the UPI payment using deeplink for my Android application, but every-time it fails at the last step. The code fragment for the UPI payment call is below: button.setOnClickListener(new View.OnClickListener() { @Override …
Kumar Vivek
  • 351
  • 7
  • 30
0
votes
1 answer

UPI deep link issue with android app integration

I am using native code for upi deep linking. When intent invoke on bhim app payment details page in not showing while other psp app redirecting to payment page When I click a url from mobile browser like this…
anuj namjoshi
  • 93
  • 3
  • 11
0
votes
1 answer

how to call onActivityResult in cordova ionic app

Any wrapper class available for onActivityResult in cordova/Ionic app. Needs for UPI deep linking response. Is any UPI common library available for ionic/cordova app. Following http://www.npci.org.in/documents/UPI-Linking-Specs-ver-1.1_draft.pdf
0
votes
0 answers

onActivityResult intent data returns null in kitkat but works in lollipop and marshmallow for UPI based payments with BHIM App

Response is available through data intent for Lollipop and marshmallow but not for kitkat. The response codes are available when working with marshmallow but data intent returns null for kitkat. protected void onCreate(Bundle…
dhruv
  • 19
  • 5
-1
votes
1 answer

UPI link from html

i'm trying send UPI payment link from whatsapp web link eg. https://api.whatsapp.com/send/?phone=91%mob%^&app_absent=1^&text="upi://pay?pa=upiaddress@okhdfcbank&pn=JohnDoe&cu=INR" the above msg is going only up…
-1
votes
1 answer

How to integrate wallet payments/UPI payments like Gpay, Phonepe, Paytm using Stripe and ASP.NET Core Web API

I have found only card payment mode in the stripe API documentation. I wanted to use Googlepay, Phonepe, Paytm kind of wallet payments/Upi payments using ASP.NET Core Web API using C#. I have read documentation from Stripe, but without any…
-1
votes
1 answer

Getting error in "You have exceeded the maximum transaction amount set by your bank" when calling Paytm or PhonePe by using react-native-upi-payment

I am facing this weird problem with my react-native-upi-payment integration in React Native app. When I am sending an amount, I am getting the error "You have exceeded the maximum transaction amount set by your bank" even though I have not…
Juhi Kukreja
  • 137
  • 4
  • 11
-1
votes
1 answer

Redirect to google pay on click

Currently I'm working on web project in which I need a feature such that : There is a button Clicking on the button will redirect the user to the google pay mobile application in tha mobile phone (Optional) which will auto fill the upi id of the…
VELDAS R DURAI
  • 301
  • 4
  • 9
-1
votes
2 answers

How to load only upi apps installed in device in android studio

I tried using query packages also added intent filters in manifest but all applications are showing i need only upi applications
-1
votes
1 answer

UPI Deeplinking from IONIC to BHIM - Ionic1 (WebIntent)

Currently I am working on a Project which is implemented in Ionic 1 and AngularJs. Now we are working to integrate it with BHIM UPI to perform In-App payment. I think we need to install IONIC Native Web Intent plugin in order to make web intent call…
Ganesh
  • 5,808
  • 2
  • 21
  • 41
-1
votes
1 answer

Unable to change the icon color when mouse is over the image in WPF

I want to change the icon color while cursor is over it. Below is the code I have written:
Rajesh
  • 1
1 2 3
11
12