To ensure that webhook payloads are securely transmitted and verified. This guide explains how to configure and validate
webhook deliveries using a shared secret.
When setting up a webhook, a secret is configured on both the sender (our system) and the receiver (your endpoint). Each
webhook payload is signed using this secret, allowing the receiver to verify its authenticity.