- Notifications
You must be signed in to change notification settings - Fork0
It include the UPI Payment QR Code Generation Capabilities Which make shopkeeper or anyone to accept money easily
License
devagn611/upi_qr_code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
I've included features in this project that make it possible you to generate a limitless number of UPI payment QR codes to accept payments from customers.
Here're some of the project's best features:
- Qr Generetor
- Lightning Fast
- User-Friendly UI
Remember :Host Name:1.https://upi-payment-qr.vercel.app/2.https://upi-qr-code.onrender.com/
Payment Interface (PI) Documentationbuild by Devagn ManiyaIntroductionThe Payment Interface (PI) is a standardized protocol for initiating and processing payments using UPI QR codes. This documentation provides an overview of the PI structure and how to use it.
PI StructureThe PI consists of key-value pairs separated by '&' characters. The basic structure is:
/api/qrgen?upiid=upiID&name=name /api/qrgen?ifsccode=ifscCode&accountnum=accountNo&name=name;
Key Parametersupiid: Payee address (UPI ID)name: Payee nameam: Amount (optional)Example UsageHere's an example of a complete PI string:
/api/qrgen?upiid=devagnmaniya611@oksbi&name=dev&am=
Important NotesEnsure all parameter values are properly URL-encoded.The 'am' parameter is optional. If omitted, the user can enter the amount in their UPI app.Additional parameters may be supported depending on the UPI implementation.DisclaimerWe are not responsible for any damage caused or mistake by you or while generating qr.you and only you are responsible for the loss of your money or Payment.
Technologies used in the project:
- Node
- JAVASCRIPT
- rawgitQRAPI
About
It include the UPI Payment QR Code Generation Capabilities Which make shopkeeper or anyone to accept money easily