Setup Webhook in Razorpay
Step 2 : Set Up the Webhook in Razorpay
Log in to your Razorpay dashboard.
On the left sidebar, go to "Settings" and click "Webhooks" under "Developers".
Click “+ Add New Webhook”.
In the Webhook URL field, paste the URL copied from your Sharkdom dashboard.
In the Secret field, enter a unique secret key (you will use this later to validate webhook payloads).
Select events you want Razorpay to send to Sharkdom (
payment.captured
,payment.authorize,payment.succeeded
).Click "Create Webhook".
Last updated