Skip to main content
GET
Get Razorpay Webhook Setup Values

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environment
enum<string>
required

Payment provider environment.

Available options:
test,
live

Response

Razorpay webhook setup values

connection
object
required
webhookUrl
string
required

Webhook endpoint URL to copy into the Razorpay Dashboard.

Example:

"https://api.example.com/api/webhooks/razorpay/test"

webhookSecret
string
required

Raw signing secret to copy into the Razorpay Dashboard.

Example:

"webhook_secret_xxx"