Skip to main content
PUT
Configure Razorpay Keys

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

Body

application/json
keyId
string
required
Minimum string length: 1
Example:

"rzp_test_xxx"

keySecret
string
required
write-only
Minimum string length: 1
Example:

"razorpay_secret_xxx"

webhookSecret
string
write-only
Example:

"webhook_secret_xxx"

Response

Updated Razorpay key configuration

keys
object[]
required