App reviews, troubleshooting, and recommendations
Hello
I am trying to validate webhook hmac verification with just nodejs but always getting verification failed. I am passing valid app secret key.
this is how my code looks
var hmacByCrypto = crypto
.createHmac('sha256', client_secret)
.update(JSON.stringify(context.params))
.digest('base64');
I am receiving body in context.params field
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025