From 6180926f9fc83ba1804a6489567ebd9db64d0045 Mon Sep 17 00:00:00 2001 From: Ruby Batallones <46682584+rubybatallones@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:13:21 +0100 Subject: [PATCH] Update instruction to create webhooks in Customer Area --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ac2731..d85c87b 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,7 @@ and learn tips and best practises in [this blog post](https://www.adyen.com/know ### Webhook setup -In the [Balance Platform Customer Area](https://balanceplatform-test.adyen.com/balanceplatform) in the `Developers → Webhooks` section, -create a new `Configuration` webhook. +In the [Customer Area](https://ca-test.adyen.com/ca/) in the `Developers → Webhooks` section `Platforms` tab, create a new `Configuration` webhook. A good practice is to set up basic authentication, copy the generated HMAC Key and store it as an environment variable. The application will use this to ensure the integrity of the incoming webhook requests.