Prices

A price for a product — one-off or recurring.

Status: contracted_test. In the machine-checked test-mode contract (openapi.subset.json) and the API Reference: create, retrieve, list. Served by the fluveo-billing sidecar (ADR 0019); promoted 2026-07-13. Update is not in the contract yet. The Stripe-Version header is optional. See API coverage.

A Price sets how much a product costs and how often it bills — a one-time amount or a recurring interval (day, week, month, year, with an interval_count). A subscription is created against a recurring price; a subscription’s items expand their price inline on reads.

Served operations: create, retrieve, and list (update and delete are not served). Lists return the service’s fixed page size; limit and cursor parameters are not honored on this surface yet.