#romaten1 - Usage Records

1 messages · Page 1 of 1 (latest)

astral imp
#

HI 👋

soft nexus
#

Hi!

astral imp
#

Do you have a subscription ID I can check?

soft nexus
#

sub_1LLUXwLLJi9S5Lvqx4JwHAK6

#

"And I need to create invoice for this subscription to pay "10001 and above" - 8,190 right now" - but pay without $9.00 for next period

#

may be stripe automatically create invoice for it later - but I need to do it right now

astral imp
#

But usage records are for metered billing. Metered billing is always billed at the end of the billing cycle. what is it you are actually trying to achieve here?

soft nexus
#

I set billing_thresholds.usage_gte = 6330 if create subscription - than stripe charge automatically when amount will more than this value, but sometime I need charge right now

#

I set billing_thresholds.usage_gte = 6330 for subscription item

astral imp
#

Okay so is the usage amount greater than or equal to your threshold?

#

It sounds like your timing around billing does not match with the settings you are using when creating your subscription. Have you tried update the billing threshold?

soft nexus
astral imp
soft nexus
#

ok, thanks for help

astral imp
#

Would you be billing the customer for the same service the usage records are for?

#

If you dropped the usage_gte amount to equal or below what the current usage is, that should generate an invoice. Just be sure to reset the threshold unless you want to make that permanent.

soft nexus
#

ok, thanks! maybe it help