We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ea33c commit ef23ff2Copy full SHA for ef23ff2
tools/hmac/calculateHmacPayments.js
@@ -1,5 +1,6 @@
1
// script to calculate the HMAC signature of Payments webhooks (where the signature is calculated considering
2
// a subset of the fields in the payload - i.e. NotificationRequestItem object)
3
+// Note: HMAC signature is found in the AdditionalData object of the request payload
4
//
5
// Run with: `node calculateHmacPayments.js {hmacKey} {path to JSON file}
6
0 commit comments