adyen-examples / adyen-python-online-payments

Accept payments on your Python/Flask based website with cards, wallets, and key local payment methods
MIT License
42 stars 32 forks source link

10 verify hmac signature #11

Closed gcatanese closed 2 years ago

gcatanese commented 2 years ago

Adding the validation of the HMAC signature included in the Webhook payload

Note: when HMAC signature is invalid the acknowledge is not sent (as per Adyen docs), which is different in other apps and might have to be revised.

gcatanese commented 2 years ago

Close #10

jlengrand commented 2 years ago

Looks good to me @gcatanese