#niceone
1 messages · Page 1 of 1 (latest)
Hi, what's the issue?
it's about this one https://dashboard.stripe.com/subscriptions/sub_1LvongL7qyU6wPquo7pkLk1I
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and the issue is that on 1st Nov you sent us invoice.paid event, and our system after received it retrieves the subscription from Stripe (so GET /v1/subscription/sub_1LvongL7qyU6wPquo7pkLk1I should be made, we're doing it via java api)
the problem is that I don't see in logs on Stripe dashboard
What logs are you looking for?
I wanted to find the logs for 1st Nov related to this GET /v1/subscription/sub_1LvongL7qyU6wPquo7pkLk1I
but I found nothing
or in general all logs related to that subscription from that date
You need to explicitly select GET requests here.
still nothing
which is super weird, because I see in our system logs, that we received and processed the invoice.paid event
at the same time our functionality works the wayt, that first thing we do is to fetch subscription from Stripe
We don't store much info about GET requests. Did you business logic move forward after that?
well for this subscription something bad happened, and even I see that we received invoice.paid event we didn't activate the subscription for next billing period in our system, so it was cancelled the next day
I'm trying to figure out what happened
one lead is that we received wrong current_period_end when we fetched for subscription
that's why I wanted to find this request in the logs to checked what was the value
In any case we don't store the response of GET requests.