#vvn_webhooks

1 messages · Page 1 of 1 (latest)

copper geodeBOT
#

👋 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.

ruby thistle
bitter rampart
ruby thistle
#

I can't do that in the LIVE environment it seems

bitter rampart
ruby thistle
#

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

bitter rampart
ruby thistle
#

Ah, gotcha, thanks.
It returns the full event but nothing happens (i.e. webhook is not resent)

bitter rampart
#

and you've confirmed your server isn't getting pinged by this?

ruby thistle
#

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?

bitter rampart
ruby thistle
#

all right, thanks for your help!