billing

PUT /v1/orgs/:slug/billing/plan — change billing plan (Admin+).

put/v1/orgs/{slug}/billing/plan

Path parameters

slugstring required

Organization slug

Request body

planstring required

Catalog name of the plan to switch to (e.g. "builder").

Response

Plan changed

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.