upi Questions
0
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 ...
Lombardi asked 27/8, 2023 at 17:41
5
Solved
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 ap...
Remissible asked 17/5, 2020 at 13:56
2
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 be...
Hatti asked 17/2, 2021 at 9:45
1
Solved
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 accou...
4
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-Spe...
3
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';...
Enrol asked 13/12, 2020 at 6:55
5
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 paymen...
Froward asked 10/11, 2017 at 6:1
2
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.
...
Convenient asked 1/3, 2018 at 2:35
0
I want to made payment via upi app using bank details with android upi deep linking..
I tried below format
[email protected]
this actually opening app and also going till payment screen but...
4
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...
Erichericha asked 8/7, 2017 at 11:52
3
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 a...
1
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 browse...
Histrionic asked 1/9, 2017 at 7:34
2
Solved
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 th...
Facture asked 8/9, 2016 at 7:7
1
© 2022 - 2024 — McMap. All rights reserved.