SilentDemonSD / PayOnUPI-CF

A simple worker.js script to make QR Generate for your UPI Payments, Easily Deploy, Fast Responsive Neon-Dark Design
https://payme.mysterysd.in/
GNU Affero General Public License v3.0
4 stars 8 forks source link
cloudflare javascript payment-gateway qrcode-generator upi-payment workers-script
Pay On UPI Logo ## ***Pay On UPI*** A simple `worker.js` script to make QR (Quick Response) Codes Auto Generate for your UPI Payments, Easily Free Deploy on Cloudflare Workers, Fast Responsive Neon-Dark Design

Features


TODO


Deployment

Step 1 : Create a Cloudflare Account

Step 2 : Go to Workers & Pages Tab, and Click on Create Worker and Choose a Sub Domain

Step 3 : Copy code from Repo's worker.js file and Paste it

Step 4 : Click on Deploy and your Site is Ready !

Usage

[!NOTE] No need to make URL formatting manually, its just for understanding, Visit direct Base URL to generate URL

Format : https://your_url/pay?pa=demonic@ybl&pn=Demon&cu=INR&am=500

Sample Generate URL : https://payme.mysterysd.in/
Sample Pay URL (With Amt) : https://payme.mysterysd.in/pay?pa=demonic@ybl&pn=Demon&cu=INR&am=500
Sample Pay URL (Without Amt) : https://payme.mysterysd.in/pay?pa=demonic@ybl&pn=Demon&cu=INR

Params Desp Required Example
pa= Paymee Address ( UPI ID or VPA ) *Required sample@ybl
pn= Paymee Name Optional MysterySD
am= Amount of Money to Pay Optional Like 250, Only Digits

Credits