#redhwan_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/1276196212944670853
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the evt_ id that you expected to be delivered?
Hmm, not sure exactly what you mean by that, but let me take a look
Ah think I have found it: evt_1Pqc8yFTooKdN4UnTqTpmy4b
Ok. Yeah there's 2 types of webhook endpoints: account webhook endpoints and connect webhook endpoints: https://docs.stripe.com/connect/webhooks
Since this is a direct charge, it's created on the connect account and would only be sent to a connect webhook endpoint
You only have an account webhook endpoint set up
ah I see, I am now wondering If I have the right set up.
Let me just have a quick read of the docs, I may have some further questions if that's okay
Sure thing
Actually this all makes sense, I missed the type option on the webhook. I will test again with the new webhook, thank you for your time!