Usage
- 13 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Usage
- Updated on 13 Jul 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Creating Usage Based Billing
- Create a Stripe Price where
Usage Type
is set to "Metered". Using theAggregate Usage
field you can set the summing up behavior (see Price documentations for details). - Create a Subscription using this Stripe Price. Quantities on a Subscription using a Metered Price can't be set.
- Push the Subscription to Stripe.
- Navigate to the Subscription Item on the Subscription related list. Select a Subscription Item.
- Create a related Usage record on the related Usage list.
- Set the
Quantity
field. - Save the record.
- You should see the
Usage ID
field populated after a few minutes.