#voskobovich-webhook-request-id

1 messages ยท Page 1 of 1 (latest)

pallid heron
#

Hello ๐Ÿ‘‹
Can you share the event IDs for both? Live mode and test mode?

ruby kraken
#

Hi! Yes

#

this is prod = evt_3KjP1aKyAqqB7hAJ2hKGGLAf

#

this is sandbox = evt_3KjOshHt7HowENJU0Lg1GOob

pallid heron
#

Thanks
Give me a few to look into it
Juggling between a few threads at the moment

ruby kraken
#

Ok ๐Ÿ™‚

pallid heron
#

Apologies its taking a while. Channel is super busy today

ruby kraken
#

Ok! I will wait ๐Ÿ™‚

pallid heron
#

I'm not seeing a request.id on the event body
can you share a screenshot of what and where you're seeing it?

ruby kraken
#

it`s production event object

#

it`s sandbox

zealous crag
#

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.