#Josu-webhooks
1 messages · Page 1 of 1 (latest)
Hi there 👋 no, there aren't any extra steps to use multiple webhook endpoints.
Can you elaborate on what you mean when you say one isn't working?
Hi
Yes, when Stripe has to call the webhook, it's not generating any calls to my endpoint
When you look at the logs for that endpoint in the Stripe dashboard, do you see any events logged?
Sounds like there haven't been events triggered that match the criteria of that webhook. Can you copy/paste the webhook endpoint ID here? (It starts with we_)
Sure, it's a webhook in the developer environment
we_1KLPPlCsyElNYErs3ddiPaoP
On my platform I generate an account.onboarding to register an account but at the end it is not calling my endpoint
Ah, so it looks like that webhook is configured to receive events related to your account, but when you onboard a connected account you need to be listening for Connect events.
https://stripe.com/docs/connect/webhooks
If you're creating the endpoint via the dashboard, then there is a checkbox to toggle whether the endpoint will receive account or connect events.
Ok, I'll run tests. If I have any questions, I will contact you.
Thank you so much for everything.