You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/hmac/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
## HMAC Tools
2
2
3
3
This folder contains the scripts/tool to calculate the HMAC signature of the webhook payload.
4
-
They can be used to troubleshoot the HMAC signature calculation.
4
+
They can be used to troubleshoot the HMAC signature calculation. See [Webhooks documentation](https://docs.adyen.com/development-resources/webhooks/) page.
5
5
6
-
Check tools/hmac/package.json to confirm the Adyen Node API library version
6
+
Check `tools/hmac/package.json` to confirm the Adyen Node API library version
7
7
8
8
Note: make sure you are using the HMAC key used to generate the signature associated with the payload in the JSON file
0 commit comments