#shane-webhook-test
1 messages · Page 1 of 1 (latest)
@near prism do you have more details about your ask and what tools you use and what is and isn't working exactly?
I have a hosted API, and have configured a webhook listener to receive 5 events. (e.g https://myendpoint.com/webhook). That endpoint is receiving successfully 3 of the 5 events.
I also have a local listener set up using the stripe-cli, running on my machine. This local listener does receive all of the events.
For example, if I go to an account on the Stripe dashboard and update it. Local listener receives the account.update event, but the hosted endpoint does not.
@coral eagle - Does that provide more context?
Can you give an example event id?
evt_1KFnd5RI2VTFbNZohuU93x5v
looking
I received this event on the local listener. Curiously, if I enter the event into the dashboard I get a "No such notification: 'evt_1KFnd5RI2VTFbNZohuU93x5v" error
That is an event on a connected account not on your own account. Those events are not sent to Account webhook endpoints. They are sent to Connect webhook endpoints
you want to read https://stripe.com/docs/connect/webhooks