Skip to main content

Manually record a subscription

POST 

/panel/workspaces/:workspace/subscription

Records a subscription that already exists on your payment platform. This is a bookkeeping operation only — no payment platform is contacted and no charge is made. To start a real checkout, use POST /panel/workspaces/{workspace}/subscription/new instead.

The subscription is always stored as the workspace's default subscription with a quantity of 1.

platform_subscription_id must be unique across all recorded subscriptions.

Note: this endpoint does not check for, or replace, an existing default subscription — the only uniqueness check is on platform_subscription_id.

Request

Responses

{"success": true} — hard-coded literal, never false.