Discussions

Ask a Question
Back to All

Integrate webhook

Hello, I've integrated webhook check like you present here: https://docs.transak.com/docs/webhooks, especially this part:

let accessToken = 'YOUR_ACCESS_TOKEN';
let decodedData = jwt.verify(body.data, accessToken);

where I get a new access token right before verifying the data. However, the jwt.verify call always fails with "invalid signature". Can you check with me?