DEV Community

Discussion on: Django Shopify Webhook HMAC Verify

Collapse
 
shahrukhahmed profile image
Shahrukh Ahmed

Thank you for the tutorial. Where do you get the settings.SHOPIFY_WEBHOOK_SIGNED_KEY from? Can I use the Shopify API Secret Key?

Collapse
 
tipu profile image
Borhan Tipu

After adding the webhook URL you will find a Signed Key for webhook just below of the Webhook URL list

Collapse
 
shahrukhahmed profile image
Shahrukh Ahmed

Ah, so for public apps you have to add the API secret key. :)

Thread Thread
 
tipu profile image
Borhan Tipu • Edited

Check this on Medium. I posted the same thing. May be here something missing
medium.com/@BorhanTipu/django-shop...

Thread Thread
 
shahrukhahmed profile image
Shahrukh Ahmed

Thanks man. Got it working in the end with the APP API key. The problem was with encoding. Your code really helped. Thank you very much.

Thread Thread
 
tipu profile image
Borhan Tipu

You are welcome. I also faced this issue. After figure it out I published this article so that other can get helps from it.

Thread Thread
 
shahrukhahmed profile image
Shahrukh Ahmed

Good job. Keep writing more. :)