Operations Reference

Complete reference for all available operations in the Razorpay n8n Community Node with detailed configuration and examples.


The Razorpay n8n Community Node provides comprehensive access to Razorpay APIs through multiple operations. Each operation corresponds to specific Razorpay API endpoints and enables you to automate payment workflows.

The n8n node provides 12 core operations organised across the following categories:

Extended Operations via MCP Server

The node can access an additional 28 operations through the

integration, bringing the total to 40 operations.

  1. Use Pagination for Large Datasets: Always paginate when fetching large numbers of records to prevent timeout errors and reduce API load.

  2. Filter by Date Range: Limit results using from and to parameters to improve response time and reduce data transfer.

  3. Expand Selectively: Only expand necessary nested objects to reduce response size and improve performance.

  4. Handle Errors Gracefully: Implement proper error handling to ensure workflow reliability and easier debugging.

  5. Test Mode First: Always test workflows with test credentials to prevent accidental real transactions and charges.

  6. Use Expressions for Dynamic Values: Reference data from previous nodes using expressions to create flexible, reusable workflows.

  7. Implement Rate Limit Handling: Add delays between batch operations to prevent rate limit errors (429 responses).

  8. Log Important Data: Use Set or Function nodes to log key information.


Was this page helpful?


razorpay api operations
n8n node operations
payment api reference