Skip to main content
GET
Fetch a plan

Authorizations

Authorization
string
header
required

Use your Razorpay Key ID as the username and Key Secret as the password.

Path Parameters

id
string
required

Unique identifier of the plan.

Example:

"plan_00000000000001"

Response

Plan details retrieved successfully.

A Razorpay Plan object used to define recurring billing.

id
string

Unique identifier of the plan.

Example:

"plan_00000000000001"

entity
string

Entity type. Always plan.

Example:

"plan"

interval
integer

Number of billing periods between charges. For example, 2 with period=weekly means every 2 weeks.

Example:

1

period
enum<string>

Billing frequency.

Available options:
daily,
weekly,
monthly,
yearly
Example:

"weekly"

item
object

Details of the item associated with the plan.

created_at
integer

Unix timestamp at which the plan was created.

Example:

1580453311