#colton

1 messages · Page 1 of 1 (latest)

placid falconBOT
rancid locust
#

hey there apologies for the delay here

#

What are you trying to change, specifically?

#

Another option would be to adjust the invoice with credit notes, depending on what's needed

languid narwhal
#

Trying to change the usage amount!

#

Right now I'm working around it by manually copying the invoice in code, line item by line item

#

In the copy, I make invoice line items that are not tied to recurring prices

#

I just manually copy the unit amount + quantity

#

and make them one off

rancid locust
#

During the billing cycle, you should be able to set or correct usage records, but it must be during the billing cycle

#

There's a bit of buffer at the end (5min):
https://stripe.com/docs/products-prices/pricing-models#reporting-usage

Reporting usage outside the current billing interval results in an error. Stripe leaves a 5 minute window in the default aggregation mode (aggregate_usage=sum) after the period ends to allow for clock drift. For all other aggregation modes the timestamp must be within the current period.

languid narwhal
#

Gotcha, I understand

#

I think the workaround I have will do fine then!

#

Thanks