Hi @kiralikbeyin
The js.stripe.com
script is the only Stripe script that this plugin loads. All of the other scripts in your screenshot are being loaded by Stripe from the js.stripe.com
script. We can’t control what external scripts Stripe determines it needs to load.
The Stripe script will only load on pages where you have payments enabled. If you have any of the the payment methods enabled for a mini-cart or side cart, then that is why Stripe is loading on your homepage.
There are too many errors in the console
Those script fetch errors are coming from Stripe and not our plugin, but they won’t have any affect on your ability to accept payments.
Kind Regards