English 中文(简体)
UPI 深海链接不作为超链接工作,而是作为 qr 代码工作
原标题:UPI Deeplink not working as hyperlink but works as a qr code
I have made a website that directly promopts to open UPI apps on user s phone and fills payee details automatically. I used the upi:// url scheme to achieve this. If you suffix your friend s vpa to upilink.tk (it ll open a payment page for you to pay your friend). The pay button (a link with href to upi://pay?pa=YourVPA@upi&pn=Receiver&tn=&am=&cu=INR prompts to open UPI apps and take you to payment page. However the payment always fails citing weird reasons. Reason cited in paytm app In phonepe: The interesting thing is, if you open the website on a desktop (or in desktop view on mobile) it ll encode the exact same url into a QR code (you can verify that by a QR code scanner) but if you try paying by scanning the qr code in a UPI app, it succeeds. So my question is why does it fail when the exact same link is in a href tag instead of a qr code? (This exact same thing happens with Mubikwik s mpay.me I guess they re unaware of it) Note: I m not providing the UPI addresses I used for testing (for security reasons). If you want to test please use yours or your friends .
问题回答
Answer at UPI Deep Link payment declined seems to suggest that for UPI Deep Link to work, payee UPI VPA has to be a merchant address.
I tried it with Merchant account tooo! Resulted in fail and at last I observed that if we scan it through any UPI apps the payment will work else if we scan or open link from outside UPI app it shows some kind of error !!




相关问题
Issues with using # for deep linking into dynamic apps?

I have a Flex app I built. It uses the BrowserManager class to listen for changes in the # part of the URL. When a change is made to the hash my application updates accordingly so you can link ...

jQuery Address changed event

I m trying my hand at jQuery Address http://www.asual.com/jquery/address/ On a click event I set $.address.value(mypath); This fires off the $.address.change() event. When I click a link I want the ...

AJAX deeplinking with jQuery Address

I have a website which has many pages: For example: HOME: http://mywebsite.com/index.html SOME PAGE: http://mywebsite.com/categorie/somepage.html I decided to make my pages load ...

jquery address how do you use it?

I m trying to understand how to use the jQuery address plugin for handling deep linking with ajax. But the documentation is very poor and I cant find any good tutorials explaining what is going on. ...

jquery deep linking - how does it effect analytics?

I am looking into using http://www.asual.com/jquery/address/ , but I am wondering how it effects google analytics. Google analytics is a snippet of code at the bottom of pages. I would imagine deep ...

jQuery Address Plugin - Not allowing loading ajax?

I am trying to test the jQuery Address Plugin and it seems to not allow ajax to work in the change function. I am using: $.address.change(function(event) { $( #content ).load(event.value+ #...

热门标签