Short verification of the current integration on
https://www.alstertal-einkaufszentrum.de/newsletter-registration/unsubscribe/?subId=…
(same code path as Rheinparkcenter and other ECE centers).
The captcha SDK works correctly. The intermittent rejection comes from a custom submit listener that is registered before KROT.interceptForm(form) and calls e.stopImmediatePropagation(). When that branch is taken, the SDK's own submit listener never runs, so no token is computed and no token is sent.