Create Subscription Plan
Creates a new subscription plan (admin only).
Request
This endpoint expects an object.
plan_type
The type of pricing plan to create
Allowed values:
product_name
The name of the product/plan
amount
The base amount for fixed/per-unit plans
currency
The currency for the plan
interval
The billing interval (month, year, etc.)
tiers
Required for tiered plans, list of tier configurations
Response
Plan created successfully
id
product_id
price_id
amount
currency
interval
description
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error

