#Ajay479-webhook-timing
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We send webhook requests as close to the time the triggering events occur. There is no way to adjust when these will be sent.
Hm, does that normally take seconds, minutes? We do backend logic when we receive a webhook but it has been close to 20 minutes and nothing has occured
- How are you listening to webhook events?
- How are you triggering events?
- We have a controller that is listening for post requests
- I am actually not sure I will have to find out
Do you have any example event IDs (from the Dashboard) that did not show up in your controller? Do you have a registered webhook endpoint on your Stripe Account?
I actually don't have access to the dashboard and am not sure about the second question.
I think you can close this thread I don't have any of the information you need, sorry about that
No worries. If you can gather more information we can dig into the issue and figure out what the problem is. We're pretty good at solving these kinds of issues but we generally need a lot of details
Roger that I will see if I can get more details! Thanks Snufkin
Happy to help ๐
It was due to me running on local machine and not forwarding events I believe
Ah, stripe listen --forward-to localhost is something I use almost every day to test things locally
Do you have to have access to the dashboard to be able to use that?