Skip to main content

What happened

POST /v1/organizations/{orgId}/billing/subscription/resume was called on an organization whose subscription is not in the CANCELED state. The resume endpoint only reverts a scheduled cancellation — there is nothing to revert here.

How to fix

No action is needed: the subscription is already active. To switch plans use PUT /v1/organizations/{orgId}/billing/subscription; to cancel use POST /v1/organizations/{orgId}/billing/cancel.