#stealth2352
1 messages · Page 1 of 1 (latest)
This is what I get from API.
And this is what I see in dashboard
1 month difference in PeriodEnd/PeriodStart
I'm looking at your invoice event here : https://dashboard.stripe.com/test/events/evt_1O5MOJGpJlO3RAQZaGqKC6wF, and the periodStart and periodEnd matches what is shown on your Dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Screenshot from the first image is from .NET api
Using InvoiceService.ListAsync from Stripe's library.
what's the raw JSON that you're getting? can you paste it here?
Another similar issue I've just noticed. in_1O5MlGGpJlO3RAQZWegQpHtx is "paid" in Dashboard, but API returns it with status "Open". Seems like API is returning outdated data
Might have something to do with time clocks
not exactly. When you look at an Invoice object, you can see the properties period_start and period_end. Those correspond to the period the invoice covers (or bills for). As a rule on our end, the invoice is always for the "previous" period while the line item for the subscription, included on the invoice, is always for the new period.
Oh. I see.