Execute plan change
POST/v1/plan_changes
Executes a plan change for an existing subscription. timing controls whether the change applies immediately (with proration) or at the end of the current period. On success, returns the UUIDs of the plan_change, the proration invoice (if any) and the generated credit (if any).
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Plan change executed.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.