report_printer_overage
Report metered printer overage to Stripe for Enterprise billing. Automatically subtract the first 50 printers and charge $15 per extra printer monthly.
Instructions
Report metered printer usage to Stripe for Enterprise billing.
Enterprise feature. The first 50 printers are included in the base
Enterprise price. This tool **automatically subtracts** the
50 included printers and reports only the overage count to Stripe's
``active_printers`` meter at $15/printer/month.
If *active_printer_count* is omitted, the fleet registry is queried
automatically — no manual counting needed.
Args:
subscription_item_id: The Stripe SubscriptionItem ID (``si_...``) for
the metered printer overage line item on the customer's subscription.
active_printer_count: Total number of active printers. Leave empty
to auto-detect from the fleet registry.
Example:
With 55 registered printers, this reports **5** to Stripe
(55 − 50 included = 5 overage × $15 = $75/mo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_printer_count | No | ||
| subscription_item_id | Yes |