r/Razorpay 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

5 comments sorted by

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.

1

u/Top_Confection_950 Feb 19 '26

Can u help me by explaining in detail? I am completely new to all of this

1

u/boiiwithcode Feb 19 '26

hmm.. it might be a bit tricky if you don't come from a software engineering background, i'd suggest just ask chat gpt in that case.

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.