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.
The response is of type any
.