billing

Get billing status

[cloud-only] Returns the authenticated user's current billing and subscription status.

get/api/billing/status

Response

Billing status

is_activeboolean required

Whether the workspace has an active subscription

subscription_status'active' | 'ended' | 'canceled'

Subscription activity status (scheduled subscriptions are not returned)

subscription_tier'FREE' | 'STANDARD' | 'CREATOR' | 'PRO' | 'FOUNDERS_EDITION'

[cloud-only] Subscription tier (uppercase to match comfy-api)

subscription_duration'MONTHLY' | 'ANNUAL'

[cloud-only] Billing period (uppercase to match comfy-api)

plan_slugstring

Plan identifier (e.g., standard-monthly, team-pro-annual)

has_fundsboolean required

Whether the workspace has available credits

cancel_atstring date-time

When the subscription will become inactive (if canceled)

renewal_datestring date-time

When the current billing period ends and the next one begins

Changes