#dharunkumarnatarajan
1 messages · Page 1 of 1 (latest)
Hello
hello
No, billing thresholds aren't supported via Checkout. You would need to update the Sub after the Checkout Session was completed
okay, another question related to https://docs.stripe.com/billing/subscriptions/usage-based#monetary-threshold
let's say a subscription has flat fee price of $50 and usage based billing as well. the $ threshold value is $1000, and if $50 would be considered for base fees and remaining $950 for the usage based ?
No it is per-Subscription-item
but this monetary threshold is set on a subscription and not on subscription item
Ah sorry yeah if you do set it on Sub and not Sub Item then you are right.
so here's my next question. In that case, the flat fee is for the next month, so let's say the user is reaching the threshold set on subscription by 10th of the current month, the invoice generated due to the billing threshold would have both the next month flat fee and the current usage based amount?
Overall the best thing to do here is to test this out for your specific scenario using test clocks (https://docs.stripe.com/billing/testing/test-clocks) to see how it will behave. My understanding is that if you don't reset the billing cycle anchor then it would not have the next month's flat fee, otherwise it will.
got it thanks for the clarification! really appreciate it!