billing

POST /v1/orgs/:slug/billing/cancel — cancel the paid subscription at period end (Owner).

post/v1/orgs/{slug}/billing/cancel

Path parameters

slugstring required

Organization slug

Response

Cancellation scheduled for period end

available_credit_centsinteger nullable

Positive USD credit Stripe will apply automatically to future invoices.

checkout_urlstring nullable

Hosted-checkout URL to complete payment for a just-changed plan (Autumn). Set only on a plan change that needs payment; the client redirects to it.

current_period_ends_atstring date-time nullable
effective_state'free' | 'active' | 'past_due' | 'suspended' required

Effective billing state derived from plan, period end, and suspension.

is_suspendedboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.