Change plan of a subscription
PATCH/api/v1/subscriptions/:id/change_plan
Change plan of a subscription
Request
Path Parameters
id int32required
- application/vnd.api+json
Body
required
data
object
id stringrequired
type stringrequired
Possible values: [subscriptions
]
attributes
object
stripe_plan_id stringrequired
Stripe Plan slug or UUID
Responses
- 200
Change plan of a subscription
- application/vnd.api+json
- Schema
Schema
any
Loading...