pleroma.debian.social

pleroma.debian.social

Thanks to Sadik PK's help, I managed to automate much steps of USSD based *99# UPI Payments.

https://wiki.fsci.in/NUUP#Automating_scan_to_pay_process

https://codeberg.org/jiujiupay/jiujiupay/

Now we can scan, copy, launch app, paste and pay. More automation is possible, but this reduces a manual and error prone step of extracting upi id from upi url. Also makes dialing a specific ussd code easy.

Anyone interested to port this to Android / iOS?

Extract upi id code

@praveen ooo? might see if I can fix my *99# to port this to make it workable termux!
replies
1
announces
0
likes
0

@disaster2life It should be easy for and android dev, you just need to extract upi id from upi url in clipboard and copy it back to clipboard. Then just open tel://*99*1*3# url and paste the upi id from clipboard.

@untrusem @VishnuSanal @jishnu wanna give it a try?