Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To ensure the authenticity of webhook requests, verify the signature included in the moniepoint-webhook-signatureheader.

Verification Process

  1. Concatenate Use this link to verify signature

  2. Add plain text in this format moniepoint-webhook-id, __ moniepoint-webhook-timestamp(you can get it from headers), and the request body using '"__"' as a delimiter.Generate an HMAC-SHA256 hash using your webhook secret__payload

  3. Add webhook secret in secret key field

  4. Compare the generated signature with the moniepoint-webhook-signature header to ensure integrity.

Note: moniepoint-webhook-idand moniepoint-webhook-timestamp , is in notification header

Sample Notification Received:

...