#Ajay479-webhook-timing

1 messages ยท Page 1 of 1 (latest)

tawdry ibex
#

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.

spark gale
#

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

tawdry ibex
#
  1. How are you listening to webhook events?
  2. How are you triggering events?
spark gale
#
  1. We have a controller that is listening for post requests
  2. I am actually not sure I will have to find out
tawdry ibex
#

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?

spark gale
#

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

tawdry ibex
#

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

spark gale
#

Roger that I will see if I can get more details! Thanks Snufkin

tawdry ibex
#

Happy to help ๐Ÿ™‚

spark gale
#

It was due to me running on local machine and not forwarding events I believe

tawdry ibex
#

Ah, stripe listen --forward-to localhost is something I use almost every day to test things locally

spark gale
#

Do you have to have access to the dashboard to be able to use that?