Skip to main content
Fork the Razorpay Postman Public Workspace and try the Webhooks APIs using your Test API Keys. Sub-merchant Onboarding APIs Set Up Webhooks Webhook Payloads

Endpoints

  • post /v2/accounts/:account_id/webhooks - Create a Webhook: Creates a webhook.
  • get /v2/accounts/:account_id/webhooks/:webhook_id - Fetch a Webhook With ID: Retrieves the details of a webhook.
  • get /v2/accounts/:account_id/webhooks - Fetch all Webhooks: Retrieves the details of all webhooks.
  • patch /v2/accounts/:account_id/webhooks/:webhook_id - Update a Webhook: Updates a webhook.
  • delete /v2/accounts/:account_id/webhooks/:webhook_id - Delete a Webhook: Deletes a webhook.