Stripe npm module on frontend

Hi @shantanukumar847 , I think I have got confused between line 26 of the checkout.html " var stripe = Stripe ( “pk_test_xxxxxx” );" which is loading from that Stripe.js file and line 1 of the server.js file which is loading the npm module.

It would seem that as including remote js libraries is not supported on Wix, there will be no way to implement an SCA compatible stripe integration via Corvid?