Hi @karlemilnikka,
It looks like the plugin currently establishes connections to Stripe without the consent needed for transferring personal data to countries without adequate data protection.
GDPR compliance depends on the country where the business is located and not all countries require a GDPR policy. This is why an option to disable the connection to Stripe isn’t included by default in the plugin unless you disable the payment method.
It seems that you need to find a way to defer the loading of the stripe.js script which enables Stripe cookies on some pages after the GDPR terms are accepted. It sounds this would require further intervention from a developer as there is no option to do that out of the box. You can find the hooks available with WooCommerce Stripe here:
https://woocommerce.com/document/stripe/#hooks-actions-filters
If you require more help with the actual coding, we’d recommend hiring a developer or one of the customization experts listed at https://woocommerce.com/customizations/.
Another way would be installing a GDPR plugin with a script blocker prior to consent from the user. Search on Google “automatically block all cookie script prior to the users’ consent” and it should fetch some useful resources to get you on the right track.
Hope this helps.