Skip to main content
PATCH
Update Razorpay Item

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
itemId
string
required

Razorpay item ID.

Minimum string length: 1

Body

application/json
name
string
Required string length: 1 - 255
description
string | null
Maximum string length: 2048
amount
integer
Required range: x >= 1
currency
string
Required string length: 3
Example:

"INR"

active
boolean

Response

Razorpay item updated

item
object
required