#adamthedeveloper_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/1408098297733841048
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
This is not available. There is no API for request logs, currently. I will add your use case to our feedback tracker about this, though! It's a request we've heard many times ๐
Oh
Is there a way to see what/who initiated the webhook? i.e., so we can see whether the connect account was updated by the API, or by the Stripe dashboard
You can inspect the request hash on the event: https://docs.stripe.com/api/events/object#event_object-request-id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If there's a request id then it was triggered by an API call, if not it was automatic
It's not possible to distinguish Dashboard-initiated requests from other API requests, though, without looking at the request log detail in your dashboard