Create a Subscription Plan
Create a Subscription Plan
Use this API to create a new plan. Provide the planId, planName, and the plan type(PERIODIC/ON_DEMAND).
POST
Create a Subscription Plan
Documentation Index
Fetch the complete documentation index at: https://telr-docs.cashfree.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Client ID provided by Cashfree.
Example:
"asdf1234"
Client Secret provided by Cashfree.
Example:
"qwer9876"
Body
application/json
Unique ID for the subscription plan.
Example:
"1682406696"
Name of the subscription plan.
Example:
"Plan 1682406656"
The type of the subscription plan.
Available options:
PERIODIC, ON_DEMAND Example:
"PERIODIC"
Recurring amount for the plan.
Example:
10
Maximum amount for the plan.
Example:
100
Number of intervals for the periodic plan.
Example:
1
Interval type for the periodic plan.
Available options:
day, week, month, year Example:
"month"
Response
Subscription plan created successfully.
