#jonesbigasstruckrentalandstorage_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1311186986132049995
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I can see via the nevermind that only shows stripe cli that there's stripe logs tail --filter-source <values> but ideally I don't have to run another service that somehow matches the logs to the incoming webhookstest mode logs ๐ฆ
Hi! Looking into your question.
I'm wondering if i could check if the event.request is null? not sure if that's reliable ๐ https://docs.stripe.com/api/events/object#event_object-request
Unfortunately, there is no way to know how it was initiated via the Event. You will need to look at the related log to see this information.
ah okie dokie ๐ฆ and to confirm i can only see the related log information via the dashboard UI, and not via an endpoint?
Yes, you are correct.
gotcha, thanks very much for your help!