Example
A collaboration tool charges $10/seat/month. The plan includes 5 seats for free, and each additional seat costs $10.
Setting up
- CLI
- Dashboard
Create a Push changes with
non-consumable metered feature and add it to a plan with a per-unit price:autumn.config.ts
atmn push.Billing methods
| Method | Behavior |
|---|---|
| Prepaid | Customer commits to a quantity at checkout and pays immediately. To change quantity, they update their subscription. |
| Usage-based | Customer is billed for the actual number of units at the end of each billing cycle. |
Prepaid per-unit
With prepaid, the customer selects a quantity when purchasing. Pass the quantity viaoptions:

