1
Create a secret token for your subscription
You’ll create your secret token when you create the subscription in the Noyo web application. You will not be able to retrieve this secret after creating it.
2
Generate a signature
The signature is hex encoded and can be replicated by applying HMAC-SHA-256 to the body of the webhook with your webhook key.
3
Confirm the signature
Webhook signatures are sent in the
x-noyo-signature header. You can verify that Noyo sent the event by comparing the signatures.JavaScript
