#toki_webhooks

1 messages ¡ Page 1 of 1 (latest)

errant belfryBOT
#

👋 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/1220104620337270827

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

ionic gust
#

Hello

dry wolf
#

So beyond 3 days, they won't be re-tried?

ionic gust
#

Correct

#

You could manually resend them yourself

#

But they won't be retried automatically

dry wolf
#

Gotcha, so are there any recommendations to retry?
Since I believe there may be like >100 data within 5 days that are missing

#

Should I use Stripe Postman API to find all failed statuses and retry them? Or is there somewhere in the dashboard to retry all failed webhooks

ionic gust
dry wolf
#

pending_webhooks is a number? What does that represent sorry, would it be the amount of webhooks for that one event that is waiting to be recalled?

ionic gust
#

It is the amount of endpoints that the Event was attempted to be sent to that were not successful.

dry wolf
#

Ok gotcha, makes sense

ionic gust
#

So if you only have one endpoint set up, then it would be 1 if it failed to be delivered and 0 if successful.

dry wolf
#

So, if the pending_webhooks is 2?

ionic gust
#

Then there are two different Webhook endpoints that did not receive the Event successfully

dry wolf
#

ah ok gotcha

#

yes, makes sense

#

alright, so i'll have to call the API to list all events, and to also resend them through the CLI

ionic gust
#

Yes

dry wolf
#

thank you

ionic gust
#

Sure