#forthewin_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/1427996023246295080
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 Hi there! Let me take a look
Awesome thanks. I'm free for the next 15 minutes then will have to go to asynchronous communication
Here is a screenshot of the dahsboard where I can see the event delivery for the payout.paid action taken on the stripe website and successful endpoint delivery to my webhook which i can see in my webhook logs:
I just hit resend on the payout.paid webhook event delivery shown in the sscreenshot and verified i can see the event in my webhook logs
info
8:29:18 AM
us-west2
[stripeWebhook] Unhandled event type: payout.paid
I just triggered some new events that show up in the events log:
Thanks. I see the payout.paid event appearing in the connected account. Looking at the webhook setup between the accounts
But they do not show up in the event webhooks event deliveries
Still digging into the details…
From what I can see in our logs, the webhook for event evt_1SCVACKBD4ghiq5cKu0CbtOd appears to have been delivered to your Connect webhook at the time (29/09/2025 00:42:02 UTC)
Do you have any record of that in your logs?
But it is indeed odd that you can't see it in Workbench. Looking into this
I do see that event it is for payout.paid.
That event was triggered via the resend function in the event deliveries of the developer workbench.
the initial event (prior to the resend) was triggered from a payout action taken from stripe's portal.
Events that are triggered from the strtipe (sandbox) portal do appera in the event delivers page of the developer workbench AND if I resend them fro mthe event deliveries vai the "resend" button they do flow to the webhook and show as an HTTP 200 in the event deliveries.
It's the events that are initiated from my application via the stripe API that should trigger backend processing in stripe that results in webhook calls that DO show in the develoeper workbench events logs BUT DO NOT show in webhook event deliveries
hey there, we continued looking at this and want to clarify a couple of things
1/ confirming this is an issue only with viewing delivery attempts in workbench, that there was no actual issue with delivery of the event to your endpoint (our records indicate you received it shortly after it was created)
2/ while recent deliveries should be shown, its expected that workbench only shows deliveries from the last 15 days. Outside of that you cannot view delivery attempts even if you can still see the event.
this event in question is over 15 days old so that original delivery is expected to no longer be viewable in workbench
For events originating from API calls to the sandbox that should trigger webhook calls I do not see anything in the webhook logs in the stripe developer dashboard and I do not see events coming into my webhook
Understood that the event log retains 15 days. I don't think that's the issue. Events that show in the event log that were generated from API calls TODAY are not showing in the webhook event deliveries
I do not see events coming into my webhook
Can you share an example of an event where you are not receiving the expected delivery request?