Try to move the webhook route from web.php to api.php to avoid CSRF token validation, which can cause 419 errors when handling stateless requests like webhooks.