Upgrade a Premium org to Enterprise without resubscribing
Swaps the active Stripe subscription item to the Enterprise USD/month price with prorated billing — the SAME subscription, swapped in place. This avoids the second-subscription / double-billing bug of routing an upgrade through /checkout. The metadata is re-stamped to the Enterprise catalog row so the renewal handler (handleInvoicePaid) mints Enterprise credits on the next invoice. Unlike downgrade, no asset shrink runs — an upgrade only RAISES the caps. Requires a Nevermined API key. Requires organization admin privileges.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
"org-abc123"
Body
Target tier for the upgrade. Enterprise is the only valid in-place upgrade target.
Enterprise "Enterprise"
Response
Upgraded; returns { upgraded, tier, stripeSubscriptionId }.
Related topics
Downgrade an Enterprise org to Premium without resubscribingAPI error codesPlans & BillingOrganizationsCustomers