Skip to content
PaymentsReal-timeUpdated May 2026

RazorPay

RazorPay payments and refunds (India-first)

RazorPay is India's payments stack of record (UPI, cards, netbanking, wallets), and Tiny Command surfaces three webhook events that map to the merchant's revenue cycle: Payment Captured (the customer's auth-and-capture or auto-capture succeeded), Payment Failed (the customer dropped off or the bank declined), and Refund Processed (the refund cleared, which on UPI can take seconds and on cards can take days). Four actions cover the writes and reads: Create Payment Link (the no-checkout-code path — RazorPay hosts the page), Create Refund (full or partial against a payment ID), Get Payment, and List Payments. RazorPay webhooks are HMAC-SHA256 signed and Tiny Command verifies the X-Razorpay-Signature header against the configured secret before any handler runs — invalid signatures never reach the workflow. The test-mode versus live-mode distinction is per-API-key — a test connection only fires on test webhooks, which makes it safe to staging-test high-value refund workflows.

3triggers
4actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when RazorPay does.

3 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything RazorPay can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Create RazorPay Payment LinkGenerates a RazorPay-hosted payment page with amount, currency, customer, expiry. For "send invoice via WhatsApp with pay-now button" or "no-checkout-code collection" workflows.
RazorPay Create RefundRefunds a payment — full or partial in paise. The speed parameter (normal vs optimum) controls whether the refund uses instant rails.
Get RazorPay PaymentReturns a payment by ID with method, amount, customer, captured status. The standard lookup for fulfilment workflows.
List RazorPay PaymentsPaginated payments with filters by status, date, customer. For "daily revenue rollup" or backfill workflows.
Recipes

Pre-built RazorPay workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect RazorPay once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every RazorPay field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the RazorPay integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect RazorPay to Tiny Command?
Open the Tiny Command workflow builder, drop in a RazorPay node, and click Connect. Authorize RazorPay once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What RazorPay triggers does Tiny Command support?
Tiny Command supports 3 real-time RazorPay triggers, including "RazorPay Payment Captured", "RazorPay Payment Failed", "RazorPay Refund Processed". Each trigger fires within seconds of the event happening in RazorPay.
What RazorPay actions can I run from a workflow?
4 RazorPay actions are available out of the box, covering payments operations like "Create RazorPay Payment Link". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the RazorPay integration real-time?
Yes. RazorPay Payment Captured and every other RazorPay trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in RazorPay rather than on a polling schedule.
Do I need to write code to use RazorPay with Tiny Command?
No. Every RazorPay trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any RazorPay API endpoint directly.
How much does the RazorPay integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The RazorPay integration itself has no per-app surcharge.
Related

More payments apps people connect.

Same category as RazorPay, ordered by how often teams pair them. Hover the carousel to pause.

Do more with RazorPay.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.