razorpay/n8n-nodes-razorpay — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an n8n community node for Razorpay so people can connect their Razorpay account and use it inside n8n workflows without writing code.

It should let users add their Razorpay Key ID and Key Secret as credentials, test that the connection works, then choose simple actions like fetch all orders, create a payment link, fetch a payment link, fetch one payment, fetch all payments, fetch all refunds, fetch one settlement, fetch all settlements, fetch invoices for a subscription, and fetch all disputes. Where Razorpay supports it, add friendly fields for things like date range, pagination, receipt number, customer details, expiry, currency, amount, and expanding payment details.

Please make it feel like a normal n8n node, with clear labels, helpful descriptions, sensible required fields, and good error messages when Razorpay rejects something. Include a README that explains installation, credentials, usage, and testing with Razorpay test keys.

Look up the current n8n and Razorpay docs online if you need to.

Want more depth? Deep Reverse