#alexandre_event-missed
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/1466876104680804558
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
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) ?
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
ok i understand, i will see