#vvn_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/1440366981835522220
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there, can you try using this to resend one of the events and see if you get an error message? https://docs.stripe.com/cli/events/resend
I can't do that in the LIVE environment it seems
you need to set this flag to perform it in live mode https://docs.stripe.com/cli/events/resend#events_resend-live
Thanks!
Getting this error
"error": {
"message": "No CLI endpoints found to retry delivery. Run 'stripe listen' and retry the request to see the event in the CLI, or provide a specific webhook endpoint.",
"param": "for_stripecli",
"type": "invalid_request_error"
}
}```
Running this stripe events resend --live evt_1SUnDzGlNwnFgzhfEDj2FSGf
try using the --webhook-endpoint flag and specifying the endpoint you want to send it to (should be an id formatted like we_123456
Ah, gotcha, thanks.
It returns the full event but nothing happens (i.e. webhook is not resent)
and you've confirmed your server isn't getting pinged by this?
yes
server is not receiving anything new for that event, and Stripe is not showing that there has been a re-attempt
is it possible that this is because it's a issuing_authorization.request that has already been 'auto-approved' after a timeout, and so this cannot be resent?
hmm that's possible given what's described here https://docs.stripe.com/issuing/purchases/authorizations
unfortunately I'm not super familiar with Issuing. you may want to reach out to Stripe Support to get confirmation, https://support.stripe.com/?contact=true . you can tell the AI agent that you want to file a support case to reach support directly
all right, thanks for your help!