#return-0_webhooks

1 messages · Page 1 of 1 (latest)

flat mapleBOT
#

đź‘‹ 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.

tough bobcat
#

Did you create a webhook on your account yet? I'd recommend starting here: https://docs.stripe.com/webhooks/quickstart

Use a step-by-step integration builder to set up and register an HTTPS webhook enpoint to listen for Stripe events asynchronously. You can then update your integration to automatically react when Stripe sends an event to your webhook.

south pewter
#

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

tough bobcat
#

Add them where? What are you looking at, where are you trying to do this?

south pewter
tough bobcat
#

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

south pewter
#

still doesn't seem to be working

tough bobcat
#

Hmm, yeah I can reproduce

south pewter
#

it's working now

tough bobcat
#

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

tough bobcat
# south pewter

I think in this screenshot you just needed to scroll a little – the events list was cut off by the viewport

south pewter
#

yeah, but it's working now, so thank you!

flat mapleBOT
south pewter
#

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.

red coral
#

hi! I'm taking over this thread.