#jarrett-invoice-billingreason
1 messages · Page 1 of 1 (latest)
hey there, do you have a specific example subscription/invoice I can look at?
in_1MToFwF6KG2nMs1lrNBlYSaN
Where are you looking at this? Can you show me a screenshot of what you're seeing showing the unexpected value?
Can you share that webhook event id?
evt_1MToLpF6KG2nMs1l97BvUOGv
Got it, thanks
is this a bug?
Poking at this to test -- I do see you created this subscription from the dashboard so testing that now myself
Is this the only instance of this you've seen, or is it a pattern of unexpected values?
no i tried it in the API first
i then used the dashboard because I figured maybe it was our code
So you're seeing this in multiple instances then? I don't see the same behaviour when I try to reproduce it, yet.
i see it anytime I create a subscription on a customer
Hey @weak anvil I assume your account is on a really old API version from before https://stripe.com/docs/upgrades#2018-10-31 where we fixed this bug
jarrett-invoice-billingreason
and yep you are on a February 2018 version so that's all expected
@humble sparrow ahhh – we're planning to update in the near future. is there any alternative way to determine this that you'd recomend? could we just look at current_period_start and created?
yeah you can do that, or you can retrieve the Invoice with the most recent API version via https://stripe.com/docs/api/invoices/retrieve + https://stripe.com/docs/api/versioning just for that specific case
got it, thank you