Subscription Plans
Update Subscription Plan
Update an existing Subscription Plan.
Options:
- Set update_existing_subscriptions to true to update existing subscriptions.
- Archive the Subscription Plan by setting its state to INACTIVE.
put/subscription_plans/{subscription_plan_id}
Request body
Example request
{
"amount": 5000
}Response
A single Subscription Plan
Example response
{
"billing_interval": "MONTHLY",
"amount": 5000,
"discount_phase_defaults": {
"amount": 5000
}
}