#alexandre_event-missed

1 messages ¡ Page 1 of 1 (latest)

deep barnBOT
#

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

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

potent mason
#

yeah I don't think you can re-send after the fact unfortunately. So you'll have to patch this yourself by having some one-off code that retrieves the Event via the API and process it as if you webhook handler just received it from Stripe

#

alexandre_event-missed

lament heart
#

can i rebuilt the event with a signature that work with my stripe webhook secret, and i send back the payload to my API (and I pretend to be Stripe) ?

potent mason
#

you can but you will likely spend hours trying to make that signature calculation work because it's a pain to get right
IMO this is much slower than what I described that shortcircuits the webhook handler

lament heart
#

ok i understand, i will see