report_printer_overage
Report metered printer overage to Stripe by subtracting 20 included printers. Auto-detects active printer count from the fleet registry if not provided.
Instructions
Report metered printer usage to Stripe for Enterprise billing.
Enterprise feature. The first 20 printers are included in the base
Enterprise price ($499/mo). This tool **automatically subtracts** the
20 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 25 registered printers, this reports **5** to Stripe
(25 − 20 included = 5 overage × $15 = $75/mo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active_printer_count | No | ||
| subscription_item_id | Yes |