Built this small tool to create quick mobile payment pages for your UPI handle: https://linkpe.me/
👍 4
r
refined-vegetable-38843
04/22/2020, 3:26 AM
Nice, I am curious to know how the UPI API works? Is it open and can be used by anyone 🤔
m
modern-spoon-64853
04/22/2020, 3:42 AM
It's not open to everyone, currently only banks and their partners (Google, phonpe etc) are allowed to handle UPI transactions. The tool I built leverages the deep linking feature in smartphones to launch apps which can handle the UPI transactions. If you're more interested in the implementation, you can check out the source code out here: https://github.com/mb-14/linkpe.me
👏 1
d
delightful-night-60414
04/22/2020, 6:45 AM
Nice work, Just one feedback. Entering URL on mobile browser really sucks. So, if you could make a text input to let user enter the UPI id, so you could generate the payment page with submit, that would be great.
m
modern-spoon-64853
04/22/2020, 1:24 PM
That's a nice suggestion, thanks!
d
delightful-night-60414
04/22/2020, 1:32 PM
No problem, while you are at it, adding a share would be nice.
Best of luck