#paulC.

1 messages · Page 1 of 1 (latest)

odd quartzBOT
mighty elbow
#

When you say "sent to the right URL" are you referring to the success_url or the cancel_url?

slim tide
#

to my backend URL that is supposed to receive the request

#

{host}/api/stripeWebhook

mighty elbow
#

So you're saying Stripe shows that a webhook was received by your server, but you have no indication in your logs that it was?

slim tide
#

Yes

odd quartzBOT
slim tide
#

Just to be sure I also made a basic post request, that threw an error, which I could see in my logs

mighty elbow
#

Can you send a dashboard link to the Event that triggered this webhook?

#

Or just and Event ID

slim tide
#

Sure : req_0dvKUodoan8oGY

#

This is the event id, right?

mighty elbow
#

That's a request ID for the webhook endpoint. We need an example of the specific webhook that was sent. The one you're referring to seeing in the Dashboard.

twin copper
#

For example, an event like evt_1234

slim tide
#

the events tab is empty

#

doesn't a successful redirect from checkout trigger a request in test mode?

twin copper
#

Not a request, necessary, but there should be a checkout.session.completed event

slim tide
#

There is no event, although I am being redirected to the success url

twin copper
#

I don't see any recent requests in your logs aside from these webhook endpoint requests.
https://dashboard.stripe.com/test/logs
Do you have recent objects these events relate to that you can share? Is it possible you're working with another account?

slim tide
#

I've just checked and I certainly m not using another account. What do you mean by recent objects?

twin copper
#

I meant there are no logs should other recent API use, so what objects are you looking for?

slim tide
#

I just looked again at my server logs and right now I see some errors logged (although I didnt change anything)

twin copper
#

What kind of errors?

#

Can you share any stripe objects ID related to the events you're having issues receiving?

slim tide
#

I just looked at the events and they are associated with product creation (I just created some dummy products). The checkout still does not send any

twin copper
#

Which checkout session? Can you share an id?

odd quartzBOT
slim tide
#

sure

#

where can I get that? it doesnt appear under the Events (where I saw the creation ov products)

#

of*