Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harish2704/upi-qr-code-from-bank-details
Generate shareable QR code, link from bank details to use with UPI payment apps
https://github.com/harish2704/upi-qr-code-from-bank-details
upi upi-payment
Last synced: about 2 months ago
JSON representation
Generate shareable QR code, link from bank details to use with UPI payment apps
- Host: GitHub
- URL: https://github.com/harish2704/upi-qr-code-from-bank-details
- Owner: harish2704
- License: mit
- Created: 2021-02-23T06:34:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T03:08:11.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T06:54:26.460Z (9 months ago)
- Topics: upi, upi-payment
- Language: HTML
- Homepage: https://harish2704.github.io/UPI-qr-gen/
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UPI-QR-code-from-bank-details
Generate shareable QR code, link from bank details to use with UPI payment apps## [Try it now](https://harish2704.github.io/UPI-qr-gen/)
This tool first generates a [UPI](https://www.npci.org.in/what-we-do/upi/product-overview) id from bank details provided and then generates following items for end users to reuse.
1. QR code image
2. Sharable URL
- Shareable URLs **This tool does not save/send any banking data to any third party servers**. The data is stored in "hashbang" which is only accessible to web browsers and not sent to servers
3. Mobile friendly link which will invoke the UPI application of your choice on any device### Powered by
1. https://github.com/soldair/node-qrcode
2. https://milligram.io/
3. https://unpkg.com/
4. Github pages