Subscribe to Webhooks

Subscribe to various Webhook events related to RazorpayX to receive instant notifications.


Webhooks (Web Callback, HTTP Push API or Reverse API) are one of the ways in which one web application can send information to another application in real-time when a specific event happens. Know more about

.

You must first

as per your requirement.

Then you must

as a best practice.

Explore the events occuring in Webhooks for RazorpayX.

Take payouts in RazorpayX as an example. For payouts, you should receive webhooks in the following order:

  1. payout.pending (if you have enabled on your account)
  2. payout.queued (in case your )
  3. payout.initiated
  4. payout.processed or payout.reversed

The above order may not be followed at all times. Please keep this in mind and configure your webhook URL to handle such scenarios.

The processed and reversed states are the last states for a payout. Their corresponding webhooks payout.processed or payout.reversed indicate this state change. Any webhook received after these should be ignored.

The table below lists the webhook events available for RazorpayX Payouts. You can enable webhooks for payout statuses listed in

.

Check the

.

The table below lists the webhook events available for

.

Check the

.


Was this page helpful?


subscribe to razorpayx webhooks
set up webhooks
test webhooks
validate webhooks