Skip to main content
You can accept customer payments using Razorpay products. By subscribing to payments webhook events you can get notified about payment state changes.

List of Payments Webhook Events

The table below lists the webhook events available for payments.
Handy Tips
  • The payload for a Webhook is a snapshot of the entity when the event occurred. For example, when a customer makes a payment, its status changes to authorized. It can then immediately move to the captured state.
  • The payment can be in the captured state when the payment.authorized Webhook is fired. However, the payload for the payment.authorized event contains details of the events when the payment was authorised, not when it was captured.

Comparison: payment.captured vs order.paid

Orders and payments go hand-in-hand. Once a payment is captured, the order is marked paid. This is reflected in the order.paid and payment.captured webhook events as well. These events are triggered when the payment associated with the order is captured.

Sample Payloads

Given below are the sample payloads for payments webhook events.

Payment Authorised

Payment Captured

Payment Failed

Watch Out!The webhook sequence is not fixed in the JSON payload for payment events.

Payments Downtime

Downtime is a period during which one or more payment options underperform, leading to considerable delays in payment processing. These downtimes are due to technical issues or outages at Razorpay’s partner or issuing banks side. Razorpay informs you about the downtime to communicate it to your customers.

List of Payments Downtime Webhook Events

The table below lists the webhook events available for payments downtime.

Payment Downtime Started

Payment Downtime Resolved

Payment Downtime Updated

Watch Out!
  • If you have changed your webhook secret, remember to use the old secret for webhook signature validation while retrying older requests. Using the new secret will lead to a signature mismatch.
  • While generating a signature at your end, ensure that the webhook body is passed as an argument in the raw webhook request body. Do not parse or cast the webhook request body.