#Thorkell
1 messages · Page 1 of 1 (latest)
Do you get an error message along with the code? Can you locate the Event ID that resulted in the error?
Here's the event ID: evt_1MYboEFCaczULzzDrgLiDP3X
This is the message it looks like:
<hash>
<status type="integer">422</status>
<error>Unprocessable Entity</error>
</hash>
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