#thomasst
1 messages · Page 1 of 1 (latest)
I see the invoice.created event was sent to a webhook
Why is the "Logs" section empty on that page?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Doesn't it usually show the webhook requests there?
ah, not exactly. the "logs" section lists explicit requests associated with this object
in this case, the invoice was created as part of a backend process, not through an integration's API key or a Dashboard request
you'll see the "Events" section has an "a draft invoice was created" line. you can click into that to view the invoice.created event and details about the webhook delivery
ah right, thanks, I was looking at the wrong place