Skip to main content
POST
Create 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

Body

application/json
name
string
required
Required string length: 1 - 255
amount
integer
required
Required range: x >= 1
currency
string
required
Required string length: 3
Example:

"INR"

description
string | null
Maximum string length: 2048

Response

Razorpay item created

item
object
required