#paulC.
1 messages · Page 1 of 1 (latest)
When you say "sent to the right URL" are you referring to the success_url or the cancel_url?
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?
Yes
Just to be sure I also made a basic post request, that threw an error, which I could see in my logs
Can you send a dashboard link to the Event that triggered this webhook?
Or just and Event ID
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.
For example, an event like evt_1234
the events tab is empty
doesn't a successful redirect from checkout trigger a request in test mode?
Not a request, necessary, but there should be a checkout.session.completed event
There is no event, although I am being redirected to the success url
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?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I've just checked and I certainly m not using another account. What do you mean by recent objects?
I meant there are no logs should other recent API use, so what objects are you looking for?
I just looked again at my server logs and right now I see some errors logged (although I didnt change anything)
What kind of errors?
Can you share any stripe objects ID related to the events you're having issues receiving?
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
Which checkout session? Can you share an id?