#voskobovich-webhook-request-id
1 messages ยท Page 1 of 1 (latest)
Hi! Yes
this is prod = evt_3KjP1aKyAqqB7hAJ2hKGGLAf
this is sandbox = evt_3KjOshHt7HowENJU0Lg1GOob
Thanks
Give me a few to look into it
Juggling between a few threads at the moment
Ok ๐
Apologies its taking a while. Channel is super busy today
Ok! I will wait ๐
I'm not seeing a request.id on the event body
can you share a screenshot of what and where you're seeing it?
catching up here give me a min
ah got it, writing
the request field is only present when the Event is caused by a request from your integration.
Sometimes, things happen because Stripe initiated them (e.g. a recurring Invoice payment which results in a Charge). In that case, request is left null since there isn't a request associated with it that you can access in your Dashboard
(writing more)
in this case, the test mode charge was created by you creating a Subscription, so there is a request ID
in the live mode case
the charge was created because of 3DS authentication being completed (correct me if I'm wrong)
when that happens, there is an internal Stripe-side request which creates the charge. Meaning no request ID is returned in the event.