Stripe
FunctionalStripe JS for payments and fraud detection.
How to block it until consent
Stripe.js sets __stripe_mid and __stripe_sid for fraud detection. On pages with a checkout, Stripe argues this is strictly necessary. On general marketing pages where Stripe is not needed, defer loading to reduce pre-consent footprint.
Detection signals
Host domains
- stripe.com
- js.stripe.com
- m.stripe.com
- m.stripe.network
- api.stripe.com
Cookies set
- __stripe_mid
- __stripe_sid
Request patterns
- /v3/
- /payment_pages
- /hcaptcha
Categorisation follows common EU/DPC guidance. Your specific deployment may change the category (e.g. Stripe on a checkout page vs. a marketing page).