Adobe Commerceに通知が届かないのはなぜですか? (Magento)

Possible reasons you don’t receive notifications

If you’re not receiving notifications in Adobe Commerce, it’s possible: 

  • The notification user name and password you entered in Adobe Commerce are different from the ones you entered in your Adyen Customer Area. Ensure there aren’t any white spaces and remember that credentials are case sensitive.
  • The HMAC key set in Adyen might not be matching the one on Adobe Commerce, please verify that in the Customer Area via Developers > Webhook, select a webhook, then go to Security > HMAC Key. You can then compare the HMAC on Adyen and on Adobe Commerce.
  • Some hosting providers are running PHP in CGI mode. This means that HTTP Basic Authentication, used for the notifications, is not working by default. To enable authorisation, add the following rules to the .htaccess file in the Adobe Commerce root directory.
    RewriteEngine on:
    RewriteCond %{HTTP:Authorization} (.+)
    RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L
  • Some hosting providers block bots, this may block our notifications from being sent correctly.
  • You added an extra HTTP authentication over your website. To allow our notifications to successfully access your endpoint, use the same credentials for the notification configurations with those of your basic authentication.
  • You enabled adding store codes to URLs, or turned off URL rewrite in Adobe Commerce.
    To check this and fix the issue:
    • Log in to your Adobe Commerce backend.
    • Go to Stores > Configuration > Web.
    • Go to the Url Options section.
      If Add store code to Urls is set to Yes, add the store code to the notification URL that you set up in your Adyen Customer Area.
    • Go to Search Engine Optimization.
      If Use Web Server Rewrites is set to No, use index.php/adyen/process/json in the notification URL that you set up in your Adyen Customer Area. For more information please have a look at our troubleshooting page.

詳細情報

このトピックについて詳しく説明します。

Adyen Docへ
The illustration of support agent wearing a headset.

他にサポートが必要ですか?

サポートチームへの連絡

問題の詳細を画像やスクリーンショットを添えてお送りください。

リクエストを送信