From 797a9303ae270e56ad5c4a573e47f688197a1404 Mon Sep 17 00:00:00 2001 From: emnsen Date: Fri, 17 Feb 2023 11:48:30 +0100 Subject: [PATCH] docs: improve signed webhook event validation docs --- TROUBLESHOOTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 3628ef54..d45eba7c 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -142,3 +142,4 @@ If you are still having trouble getting the validation to work, follow the follo - Be sure to use the *raw* payload for validation - Be sure to include a trailing carriage return and newline in your payload - In case of multi-event webhooks, make sure you include the trailing newline and carriage return after *each* event +- In case of not using the *raw* payload, make sure you encode the json with `JSON_UNESCAPED_SLASHES` flag