I have successfully completed the Unified Checkout integration, and transactions are processing correctly. However, I am not receiving webhook notifications at my endpoint.
Can anyone confirm whether enabling MLE is mandatory for webhook delivery, or should webhooks work independently of the MLE configuration?
06-25-2026 02:42 AM
I'm not getting webhook notifications either. I think I have set up MLE, but it's a little unclear whether I did all of the necessary steps.
06-30-2026 09:47 AM
From what I've seen, Message-Level Encryption (MLE) and webhook delivery are generally separate features. MLE is mainly used to encrypt sensitive payload data, while webhook notifications should still be triggered as long as the webhook endpoint is configured correctly and the required event subscriptions are enabled.
If the endpoint isn't receiving any requests, it may be worth checking a few things:
I'm also interested in the official clarification regarding whether MLE has any impact on webhook delivery, so hopefully someone from the CyberSource team can confirm.
07-09-2026 06:01 AM
Every refund request returns a "Not Authorized" error. I’ve verified my API keys and credentials multiple times, and they are configured correctly. Since payments are working without any issues, I’m unsure what could be causing the authorization failure specifically for refunds.
07-20-2026 01:06 AM