Subscription
Create a Subscription Plan
Use this API to create a new plan. Provide the planId, planName, and the plan type(PERIODIC/ON_DEMAND).
POST
Headers
Client ID provided by Cashfree.
Client Secret provided by Cashfree.
Body
application/json
Number of intervals for the periodic plan.
Interval type for the periodic plan.
Available options:
day
, week
, month
, year
Maximum amount for the plan.
Unique ID for the subscription plan.
Name of the subscription plan.
Recurring amount for the plan.
The type of the subscription plan.
Available options:
PERIODIC
, ON_DEMAND
Response
200 - application/json
The response is of type any
.
Was this page helpful?