#sriram-metered-billing
1 messages · Page 1 of 1 (latest)
Hello! You'd likely need multiple Price objects, one for each 'feature' and there you can have different unit amounts: https://stripe.com/docs/billing/subscriptions/metered-billing
You can then reporting usage on each individual subscription line (i.e. each Price)
Thanks !
Np!
How frequently can we send usage records? Noticed somewhere in the docs that the API is rate limited.
The API is rate limited yes: https://stripe.com/docs/rate-limits
But I don't think you need to concern yourself about that for metered billing usage
You can report usage however often you want
Ok, thanks again for the quick replies