#Josu-webhooks

1 messages · Page 1 of 1 (latest)

trim onyx
#

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?

atomic grove
#

Hi

Yes, when Stripe has to call the webhook, it's not generating any calls to my endpoint

trim onyx
#

When you look at the logs for that endpoint in the Stripe dashboard, do you see any events logged?

atomic grove
#

No, a message "Waiting for events" is displayed

#

But the other webhook is working

trim onyx
#

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_)

atomic grove
#

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

trim onyx
#

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.

atomic grove
#

Ok, I'll run tests. If I have any questions, I will contact you.

Thank you so much for everything.