#return-0_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/1496807749797941288
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Did you create a webhook on your account yet? I'd recommend starting here: https://docs.stripe.com/webhooks/quickstart
so to begin with, I'm trying to add events to said webhook,
• payment​_intent​.succeeded
• payment​_intent​.payment​_failed
• account​.updated
and I can't find any of these events
Add them where? What are you looking at, where are you trying to do this?
You've selected 'All events' so the webhook endpoint will receive all event types, including the oens you listed. If you want to receive a specific few, then select the 'Selected events' tab and the UI will allow you to choos
still doesn't seem to be working
Hmm, yeah I can reproduce
it's working now
Ah yeah. This UI actually confused me too
You have to select the events on the 'All events' tab and then they appear in the 'Selected events' tab
I think in this screenshot you just needed to scroll a little – the events list was cut off by the viewport
yeah, but it's working now, so thank you!
I'm so freaking nervous, this is my first time making a real app for making money, nothing I build in school messed with money.
hi! I'm taking over this thread.