Compare

Usage metering vs Stripe Billing

Happy path: emit an event, we meter it, Stripe invoices it. UsageMill sits in front of Stripe Billing. We do not replace it, and we do not take the money.

UsageMillStripe Billing
JobPersist usage events and aggregate themInvoice, tax, collection, customer portal
You sendPOST /api/v1/usage — meter, quantity, optional timestamp, Idempotency-KeyCustomers, prices, subscriptions, payment methods
Money pathDaily cron writes invoice items or metered subscription lines when keys are setStripe invoices and collects. Stripe is merchant of record
CapsHard caps in code. Over the ceiling is a predictable 4xx (429)Your products, prices, and Billing meters in the Stripe Dashboard
IdempotencySame tenant + Idempotency-Key counts once. No double countStripe Idempotency-Key on Stripe API calls — a separate surface

Need a sales-led usage catalog above Scale? That exit is in the FAQ — not here.