Redirection issues when using an iFrame to automatically redirect the user

Have you check the version of @stripe/stripe-js in the module manager? Maybe that’s an old version where the API is not available.

That being said, Corvid does not have access to the main javascript environment. We don’t have access to window object thus the code in your module won’t be able to use window.location . This is purely a guess, I might be wrong.