#niceone

1 messages · Page 1 of 1 (latest)

tired galeBOT
odd roost
#

Hi, what's the issue?

agile ginkgo
#

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

odd roost
#

What logs are you looking for?

agile ginkgo
#

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

odd roost
#

You need to explicitly select GET requests here.

agile ginkgo
#

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

odd roost
#

We don't store much info about GET requests. Did you business logic move forward after that?

agile ginkgo
#

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

odd roost
#

In any case we don't store the response of GET requests.