#Thorkell

1 messages · Page 1 of 1 (latest)

bold walrusBOT
lucid frost
#

Do you get an error message along with the code? Can you locate the Event ID that resulted in the error?

glacial sundial
lucid frost
#

That's an interesting error. So it looks like we sent the webhook and your server received it and understood it, but did not process it (i.e. it had a semantic error somewhere in the code of the handler).

#

So, I would start by doing one of potentially 2 things:

(1) Dump the network logs specifically for the time when the webhook was received and look for clues about which file/line is halting the processing of the webhook, and/or
(2) go peek at the webhook handler for that specific event and run some test mode requests to debug it locally with Stripe CLI