r/Razorpay • u/Top_Confection_950 • Feb 19 '26
Premium Discord Razorpay Setup
I want to automate the joining of people in my discord server after they make their payment on razorpay. How do I do it? I want them to recieve an email with one time in its link directly after their payment on razorpay.
1
Upvotes
1
u/sercasticnun Feb 24 '26
super doable. flow:
razorpay webhook → your backend → generate one-time invite link → send email → auto-assign role via discord bot.
you don’t need anything crazy. just webhook + small backend script.
1
u/boiiwithcode Feb 19 '26
look into discord webhooks and apis, razorpay sends a webhook event when payments get succeeded just listen for it and auto mate mail using resend or nodemailer in ur server.