#rayayton

1 messages · Page 1 of 1 (latest)

smoky plankBOT
obsidian sandal
#

Hi, let me help you with this.

#

How are you tracking this now?

copper rapids
#

metered_billing

#

should we not be using metered_billing?

obsidian sandal
#

metered_billing is more useful if you count variable things like gigabytes transfered per month. But in your case, the customer pays upfront for the quantity of users they want to support in their subscription. So just setting/updating the quantity should be enough.

copper rapids
#

but what if they add/delete users during a month. we should be using protation_behavior for that and not metered_billing?

obsidian sandal
#

Correct. This will calculate the proration that will be applied to the next Invoice.

copper rapids
#

ok, does metered_billing work if we bill them based on how much storage data they incur?

obsidian sandal
#

Yes, that's a better use case.