#dashpatterns_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/1414701140385333369
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
It looks like the endpoint you have registered isn't configured to listen to checkout.session.completed events
When you create a webhook endpoint, you select the event types to listen to: https://docs.stripe.com/development/dashboard/webhooks#create-webhook-endpoint
That's a connect webhook endpoint
right so are these events not connect events?
This isn't no
This is a platform event
Which would need to be enabled on we_1PzfSZJJJDI9ZgYkJMpIP8ZP instead
It's the first option
But you already have one created
You don't need to create another one
It's the endpoint with id we_1PzfSZJJJDI9ZgYkJMpIP8ZP
I'm not that familiar with the dashboard, but there should be a way to add this event
okay thank you I will try that but it is confusing that these payment link checkout sessions are not connected account events
thank you for your help
The checkout session was created on your platform
okay gotcha thanks
I see, charges and transactions are Customer related events where Connected type webhooks are for any connected account updates or events
Thanks for your help again
Yes a connect event is an event that is created on a connect account