#stealth2352

1 messages · Page 1 of 1 (latest)

lapis hatchBOT
thick bough
#

This is what I get from API.

#

And this is what I see in dashboard

#

1 month difference in PeriodEnd/PeriodStart

cold glacier
thick bough
#

Screenshot from the first image is from .NET api

#

Using InvoiceService.ListAsync from Stripe's library.

cold glacier
#

what's the raw JSON that you're getting? can you paste it here?

thick bough
#

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

cold glacier
#

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.

thick bough
#

Oh. I see.