#gabba
1 messages · Page 1 of 1 (latest)
hi! let me think but I don't think you can configure that automatically
so in this case there is no point of having a first free tier if i want to have a billing threshold
It will be nice if stripe have a way to handle it otherwise i ll have to keep track of the free usage internally and only send the usage above the limit to stripe
@sour ginkgo
Here is my problem when it reached 25$ the user is charged but the number of unit is reset to 0.
That's how the thresholds works, yep. Do you have an example subscription I can look at?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
No, a Subscription ID (sub_xxx)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hmm, not sure if what you want to do is possible. I expect that the usage for the period will reset after each invoice
I guess you may just need to inflate your usage records that you report to us to counter that
so every time i receive in invoice paid webhook because the billing threshold is reached during a specific period i just send 20M usage again ?
I'm trying to think if there's another way but nothing comes to mind