Exploring make and n8n for Razorpay and Discourse integration

Since there’s no official plugin or native support for Razorpay in Discourse (unlike Stripe), I’m exploring the possibility of using Make (Integromat) or n8n to automate the flow.

Has anyone tried using Razorpay webhooks to trigger actions via the Discourse API—like adding users to groups after successful payments or removing them on cancellations?

Would love to know:

  • If this approach is reliable,

  • Any tips for validating Razorpay webhooks,

  • And if it can mimic what the Stripe plugin currently offers.

Appreciate any help or examples. Thanks!

My experience of those webhook-automation tools is that they are pretty fragile (and they can get expensive, though if what you’re doing is taking money, than that likely isn’t the case. If you’re self-hosted, it’s probably easier to write a plugin.

2 Likes

might be able to use zapier somehow

2 Likes

Thank you @Lilly , I’ll try this out.