#shane-webhook-test

1 messages · Page 1 of 1 (latest)

coral eagle
#

@near prism do you have more details about your ask and what tools you use and what is and isn't working exactly?

near prism
#

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?

coral eagle
#

Can you give an example event id?

near prism
#

evt_1KFnd5RI2VTFbNZohuU93x5v

coral eagle
#

looking

near prism
#

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

coral eagle
#

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