#pollux
1 messages · Page 1 of 1 (latest)
Hi
Here the contacts and emails units will have the same price after purchasing 5000 contacts and 15000 emails.
yeah
First I think you should unify your pricing logic and set same logic/cost per unit (email or contact)
yeah it is, for email or contact its 0.004
but this only happens after 5,000 contacts or 15,000 emails
how should I be doing the usage reporting?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
sure ofcourse
I'm thinking you could track the usage in your app, once the usage hits the limit, you record the delta (actual usage - threshold) in Stripe in addition to the flat fee.
yeah! thats what I thought initially so I have set the quantity as 5,000!
So what should I be selecting for the
Charge for metered usage by dropdown?
Sum of usage values during period
Most recent usage value during period
Most recent usage value
Maximum usage value during period
Are you able to keep track of the current value in your app?
yeah
This one should do then: "Most recent usage value during period"
and this can be reported every 24hrs? or just once in the end of the billing perid?