#Manu-Webhook

1 messages · Page 1 of 1 (latest)

ruby root
nocturne marsh
ruby root
#

Hi there, can you paste the event ID here?

nocturne marsh
#

[evt_1Km9flCHmpRPH3Hp7l1MxAZ2]

#

sorry, copied the wrong line

ruby root
#

no problem. From the log I can see the Stripe CLI has responsed with 200, but your webhook endpoint hasn't, that's why it's showing as pending.

nocturne marsh
#

I see. Looking at the CLI, how can I see whether the endpoint is responding or not? Because I used to get 4XXs if the endpoint would not be handled by the backend

ruby root
#

Your endpoint has returned 500

nocturne marsh
#

Just to make sure that I got this right: Stripe sends the webhook to the hosted endpoint, and the CLI reflects my local endpoint? Because the hosted endpoint does not have handling for the specific event type, which would explain why I can see my local endpoint responding with 200.

ruby root
#

Yup, the webhook events will be sent to your registered endpoint(s), and the CLI if any.

nocturne marsh
#

Okay, that means we only have to push our changes to the hosted Endpoint and should return 200 just like on the local endpoint

ruby root
#

Yes, if the endpoint is intended to listen to invoice.payment_succeeded