#tbhaxor.com
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tbhaxor.com, 6 minutes ago, 11 messages
You'd need to separate subscription items in that case
I'm not even sure if that would work to be honest as I think the invoice would always be generated at the end of the period
Yeah its ok
As is expected for any usage/metered based items
I need to be sure that what if user cancels subscription before?
Although we donot allow immediate cancel
If the subsription is called on period end, stripe will collect the payment of the usage in current period before cancelling subscription, right?
If that is true, then all good
Yeah with API i know already. Thanks ynnoj, its all set
Great!
Ok here the thing
Before 100 credits/usage record it was 500 INR
But when it exeeceds all the units are made 3 INR each
It should be 500 + 33 * 3 => 599
What's the sub_xxx ID?
sub_1OMqbbSD16gvQ8R2QSosOnFd
Its in the test clock
Taking a look
Yes please
Also when you will reply me, please tag me so that I get notification
I am on different screen
@remote dragon I think you need to apply the flat rate of 500 INR to all the tiers
Ok I am trying with new pricing, please donot close this chat untile my reply
Then you'll need to adjust your unit amount accordingly
Do I need to have tiered pricing or usage base is beter choice for my usecase?
That's up to your how you model it really. To be clear tiers and usage are interoperable, as you have ti cofigured now
The issue is the 'flat fee' and how that applies
As you can see it should be 501 not 521 ๐ 500 are already taken for 100 credits. 5 credits / 1 INR, so it will be like
500 + 0.2 * 5 = 501
Ok this solves issue i think it will be the best choice ๐
See I am using Graduated instead of Volume