ramanveerji / PayOn-CF

A simple worker.js script to make QR Generate for your UPI Payments, Easily Deploy, Fast Responsive Neon-Dark Design

Home Page:https://payme.mysterysd.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Fast and Responsive
  • Generate URLs On the Go
  • Build with Dark Neon Design
  • Attach Parameters for Fixed Payment with UPI ID
  • Use for Anytime, Anywhere for Anyone

TODO

  • Add Landing Page for Generate Links
  • Add Custom Access to Generate Page Only
  • Excrypt Params, So that Users can't Change

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

  • SilentDemonSD (Developer)
  • Inspired from LinkPe and to make for Easy Deployments

About

A simple worker.js script to make QR Generate for your UPI Payments, Easily Deploy, Fast Responsive Neon-Dark Design

https://payme.mysterysd.in/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%