v1
latestOpenAPI 3.0.02026-07-243678114.1 KBPlans
Create Plan
The Create Plan endpoint allows you to create a new subscription plan. It requires a payload containing the plan's details. Use this endpoint to create flexible and tailored subscription options that align with your business needs.
📘 Note
When creating a plan, you automatically create a paylink associated with it. This allows you to offer the plan for immediate purchase.
post/v1/plan
Request body
Response
OK
Example response
{
"data": {
"id": "2eJh1L1rDrCZxTyE6vwGhck7LWI",
"org_id": "2Tpmnmh6GHJXumKN1oBy2u56Ima",
"metadata": {
"key": "value"
},
"properties": {
"key": "value"
}
}
}