Skip to navigation Skip to main content

Free Grow sales & stop fraud — Smart Cycle Discounts + TrustLens, free on WordPress.org Two free WooCommerce plugins

Explore both

Free Grow sales & stop fraud — Smart Cycle Discounts + TrustLens, free on WordPress.org Two free WooCommerce plugins

Explore both
  • WordPress
    WordPress Plugins
    View all
    Smart Cycle Discounts logo

    Smart Cycle Discounts

    Automate discount campaigns with scheduling, analytics, and smart product targeting.

    7 Discount Types Cycle AI
    Free Pro from $59
    TrustLens logo

    TrustLens

    Customer trust intelligence for WooCommerce. Score customers, spot abuse, protect revenue.

    Trust Scores Abuse Detection
    Free Pro from $79

    New Plugin

    Coming Soon

    Something exciting is in the works. Join the waitlist to be first to know.

    Get Notified
    Notify Me
    Secure Checkout
    WordPress.org
    14-Day Refund
    Resources
    Documentation Guides & tutorials
    Discount Calculator Plan your strategy
    Support Get help
    SCD Changelog Discount plugin updates
    TrustLens Changelog Trust intelligence updates
    Get notified on new releases
  • Affiliate
    Program
    Overview How the program works
    How It Works 4 steps from apply to earn
    Commission Details 30% · 60-day cookie · recurring
    Get Started
    Apply Now Open
    Takes ~2 minutes
    Earnings Calculator Estimate your monthly income
    FAQ Payouts, cookies, renewals
    Resources
    Brand Kit Logos, banners, copy, social
    Playbook Tactics that actually convert
    FTC Disclosure How to disclose properly
    Affiliate Terms Full program agreement
    Contact Team Open the contact form
    Earn 30% recurring on every sale Free to join · 60-day cookie · monthly PayPal payouts
    Apply Now
  • Blog
  • DOCS
    Docs & Resources

    Guides, references, and answers for every Webstepper plugin.

    Smart Cycle Discounts Automated WooCommerce discount campaigns
    Getting started › Discount types › Cycle AI ›
    TrustLens Customer trust & fraud intelligence
    Trust scoring › Detection modules › Card-testing defense ›
    Docs Home Guides FAQ Pricing Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Company

    Our Story

    Founded 2020

    Built by store owners, for store owners. We create WordPress tools that solve real problems.

    Learn more
    Built from Experience Real solutions we use ourselves
    Time is Precious Simple, intuitive tools
    Real Support Talk to the founders
    Legal & Contact
    Contact Us Privacy Policy Terms of Service Refund Policy
    14-Day Money-Back Guarantee No questions asked
Popular requests
  • smart cycle discounts
  • trustlens
  • chargeback protection
GET STARTED

Glossary

1
  • TrustLens Glossary

Detection Modules

9
  • Card Testing Defense
  • Chargeback Tracking
  • Shipping Anomalies
  • Linked Accounts Detection
  • Category Aware Risk
  • Coupon Abuse Detection
  • Order Pattern Analysis
  • Return Abuse Detection
  • Modules Overview

Card Testing Defense

9
  • Attack History
  • Allowlists
  • Geo Diversity
  • Auto Escalation
  • Fingerprinting
  • VIP Bypass
  • Panic Button
  • Velocity Thresholds
  • Overview

Chargeback Monitor

7
  • Ratio Email Alerts
  • Dispute Evidence Report
  • Chargeback Monitor
  • Manual Dispute Entry
  • Stripe WooPayments Ingestion
  • Card Network Thresholds
  • Chargeback Ratio Speedometer

Customer Management

7
  • Admin Notes
  • Checkout Enforcement
  • Order Trust Column
  • Bulk Actions
  • Blocking and Allowlisting
  • Customer Detail Profile
  • Customer List

Automation

7
  • Async Dispatch Retries
  • Webhooks and HMAC
  • Rule Inspector
  • Actions Reference
  • Conditions Reference
  • Triggers Reference
  • Automation Overview

Trust Scoring

5
  • Account Age Loyalty Bonus
  • Signals Explained
  • Six Customer Segments
  • The 0–100 Score
  • How Trust Scoring Works
View Categories
  • Home
  • Docs
  • Trustlens
  • FAQ
  • Privacy and GDPR FAQ

Privacy and GDPR FAQ

4 min read

TrustLens is designed for GDPR compatibility. This FAQ covers the most common privacy questions: what data is processed, where it goes, how customer rights are honored, and what your responsibilities are as the data controller.


What customer data does TrustLens process? #

TrustLens processes data your WooCommerce store already collects:

  • Email addresses (hashed for storage)
  • Order history, refunds, disputes
  • Coupon usage
  • Shipping and billing addresses (hashed for linked-accounts detection)
  • Phone numbers (hashed)
  • IP addresses (hashed)
  • Payment method fingerprints (last-4 + brand, hashed)
  • Device fingerprints (browser/OS characteristics, hashed)

It derives:

  • Trust scores per customer
  • Behavioral signal records
  • Linked-account records
  • Card-testing velocity events

Where does the data go? #

Nowhere outside your WordPress install by default. TrustLens does not call external services. The plugin developer (Webstepper) does not receive customer data.

External delivery happens only if you explicitly configure:

  • Webhook actions (automation rules sending to your endpoints)
  • Email notifications (sending to email addresses you configure)
  • Slack alerts (sending to Slack webhooks you configure)

How is data pseudonymized? #

Customer identifiers — email, address, phone, IP, payment method, device — are hashed using keyed HMAC-SHA256. The key is generated on plugin activation and stored as a plugin-instance-specific secret.

Why keyed: a plain SHA-256 hash of an email is reversible via rainbow tables (the email space is small enough). A keyed HMAC hash isn’t — without the key, you can’t compute the hash or reverse-engineer it.

Effect: even if a TrustLens database table is leaked, the customer identifiers in it cannot be reversed back to raw emails or addresses without also having the secret key.


Are raw email addresses ever stored? #

Yes — the customer_email column on the customers table stores the email in plaintext alongside the hash. This is necessary so the admin can see who they’re acting on. The email column is cleared on GDPR erasure requests, leaving only the hash for internal references.


Does TrustLens integrate with WordPress’s privacy tools? #

Yes. TrustLens registers with WordPress’s standard privacy export and erasure tools.

Export #

When a customer requests their data via Tools → Export Personal Data, the export includes:

  • Customer trust profile (score, segment, stat columns)
  • Current signal breakdown
  • Event timeline filtered to that customer
  • Disputes filed for them
  • Fingerprint hashes associated with their record
  • Linked-account records (hashes only, not other customers’ raw data)
  • Admin notes on their record

Erasure #

When erasure is requested, TrustLens deletes the customer’s record and all associated data:

  • The row in trustlens_customers
  • All their signals
  • All their events
  • All their disputes
  • All their fingerprint hashes
  • All their linked-account records
  • All admin notes on them

The export and erasure features can be toggled in Settings → Data, but they default to on for GDPR compliance.


Can I anonymize a customer without erasing them? #

Set the customer’s customer_email to NULL in the database (or use the API). The hash remains for internal references but the plaintext email is gone. This is a “pseudonymize” operation — the customer’s trust profile and history persist, but the personally-identifying email isn’t accessible.

Full erasure removes the profile entirely.


How long is data retained? #

Default retention:

  • Customer trust profiles: indefinite (until erased)
  • Event log: 365 days, then purged
  • Card-testing velocity events: 90 days
  • Automation log: 90 days

Configurable in Settings → Data. Auto-erase-inactive-customers can be enabled to purge customers who haven’t ordered in N days.


What is the legal basis for processing under GDPR? #

Most TrustLens processing relies on legitimate interest — protecting your store from fraud and abuse is a recognized legitimate interest under GDPR. Customers can object to processing via the standard rights mechanisms.

For specific compliance questions, consult counsel. TrustLens documentation is informational, not legal advice.


Do I need to update my privacy policy? #

Yes. Your privacy policy should disclose:

  • That you analyze customer behavior for fraud prevention
  • What behaviors are analyzed (orders, refunds, etc.)
  • That trust scores are computed and used for moderation decisions
  • That data is processed locally (not shared with third parties unless you configure otherwise)
  • How customers can exercise their rights

WordPress’s privacy policy template includes a section for “Plugin data.” TrustLens’s data processing should be added there.


Can customers see their own trust score? #

By default, no. Trust scores are admin-only. They’re shown on the customer profile in admin but not exposed to the customer’s My Account or any customer-facing surface.

If a customer makes a data access request, the score appears in their export. That’s GDPR-required disclosure, not customer-facing display.


How does TrustLens handle minors / children? #

TrustLens has no special handling for minors — it processes customer data the same regardless. If your store operates in a jurisdiction with specific protections for minors (e.g. COPPA in the US), your existing WooCommerce minor-handling applies; TrustLens inherits that posture.


What about CCPA / California-specific requirements? #

CCPA’s “right to know” and “right to delete” map cleanly onto WordPress’s export and erasure mechanisms — TrustLens responds to both. The “right to opt out of sale” doesn’t apply because TrustLens doesn’t sell data.

For CCPA-specific disclosures, ensure your privacy policy includes TrustLens’s processing.


What about other jurisdictions (LGPD, PIPEDA, etc.)? #

Most modern privacy laws share core concepts with GDPR — rights to access, deletion, and information. TrustLens’s GDPR-aligned design generally satisfies these laws’ technical requirements. Disclosure and consent requirements vary; consult local counsel.


Can I export TrustLens data for backup or migration? #

Yes. Settings → Data has CSV export options for customers, disputes, and events. The data is yours; export at any time.


If I uninstall TrustLens, is data deleted? #

By default, no — to allow reactivation without data loss. To wipe on uninstall, enable “Delete all data on uninstall” in Settings → Data before uninstalling.


How does TrustLens handle the HMAC secret if compromised? #

If you suspect the HMAC secret is compromised:

  1. Settings → Data → Regenerate HMAC Secret
  2. All existing hashes become invalid (they were keyed with the old secret)
  3. New events get the new hash

This loses linked-account history (existing fingerprints don’t match new ones). Use only if necessary.


Does TrustLens process card data? #

No PAN (full card numbers). TrustLens stores the last-4 + brand as a fingerprint (hashed), not the full card number. Full card data never reaches TrustLens — it’s handled by your payment gateway exclusively.

PCI-DSS scope: TrustLens does not process or store PAN, so it’s outside PCI scope on its own. (Your overall PCI posture depends on your payment gateway integration.)

Updated on June 4, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Compatibility FAQGeneral FAQ
Table of Contents
  • What customer data does TrustLens process?
  • Where does the data go?
  • How is data pseudonymized?
  • Are raw email addresses ever stored?
  • Does TrustLens integrate with WordPress's privacy tools?
    • Export
    • Erasure
  • Can I anonymize a customer without erasing them?
  • How long is data retained?
  • What is the legal basis for processing under GDPR?
  • Do I need to update my privacy policy?
  • Can customers see their own trust score?
  • How does TrustLens handle minors / children?
  • What about CCPA / California-specific requirements?
  • What about other jurisdictions (LGPD, PIPEDA, etc.)?
  • Can I export TrustLens data for backup or migration?
  • If I uninstall TrustLens, is data deleted?
  • How does TrustLens handle the HMAC secret if compromised?
  • Does TrustLens process card data?
Newsletter

Insights that grow your business

Join thousands of WooCommerce store owners who get actionable tips, plugin updates, and industry news every week.

We respect your privacy. Unsubscribe at any time.

Weekly updates — Fresh content every Tuesday
Exclusive content — Tips you won't find on our blog
Early access — Be first to know about new plugins
Webstepper
Weekly WooCommerce Tips
Just now
This week: 5 proven strategies to boost your average order value using smart discount campaigns...
New issue!
Webstepper

Tools for store owners who'd rather grow than grind.

Simple, powerful plugins that help WooCommerce store owners sell more — without the learning curve.

500+ happy stores

Products

  • Smart Cycle Discounts
  • TrustLens
  • Discount Calculator
  • Sale Calendar

Company

  • About Us
  • Blog
  • Contact
  • Affiliates

Resources

  • Help Center
  • Guides
  • Affiliate Program
  • Become a Partner

Questions? We actually answer.

Real humans, real help. No bots, no runaround. Usually within a few hours.

Get in touch
Operated by Setmood LLC · 7901 4th St N, St Petersburg, FL 33702 · United States

© 2026 Webstepper. All rights reserved.

Privacy Terms Refunds
Visa Mastercard PayPal Apple Pay Google Pay & more
Limited Time Offer

Save 15% on
SCD, TrustLens & the Bundle

Smart Cycle Discounts and TrustLens — buy either plugin or grab both in the bundle. Use code at checkout.

WELCOME15
23 hours
:
59 minutes
:
59 seconds
Claim My Discount

Just want one? Smart Cycle Discounts · TrustLens

  • WordPress
    Back
    WordPress Plugins
    View all
    Smart Cycle Discounts logo

    Smart Cycle Discounts

    Automate discount campaigns with scheduling, analytics, and smart product targeting.

    7 Discount Types Cycle AI
    Free Pro from $59
    TrustLens logo

    TrustLens

    Customer trust intelligence for WooCommerce. Score customers, spot abuse, protect revenue.

    Trust Scores Abuse Detection
    Free Pro from $79

    New Plugin

    Coming Soon

    Something exciting is in the works. Join the waitlist to be first to know.

    Get Notified
    Notify Me
    Secure Checkout
    WordPress.org
    14-Day Refund
    Resources
    Documentation Guides & tutorials
    Discount Calculator Plan your strategy
    Support Get help
    SCD Changelog Discount plugin updates
    TrustLens Changelog Trust intelligence updates
    Get notified on new releases
  • Affiliate
    Back
    Program
    Overview How the program works
    How It Works 4 steps from apply to earn
    Commission Details 30% · 60-day cookie · recurring
    Get Started
    Apply Now Open
    Takes ~2 minutes
    Earnings Calculator Estimate your monthly income
    FAQ Payouts, cookies, renewals
    Resources
    Brand Kit Logos, banners, copy, social
    Playbook Tactics that actually convert
    FTC Disclosure How to disclose properly
    Affiliate Terms Full program agreement
    Contact Team Open the contact form
    Earn 30% recurring on every sale Free to join · 60-day cookie · monthly PayPal payouts
    Apply Now
  • Blog
  • DOCS
    Back
    Docs & Resources

    Guides, references, and answers for every Webstepper plugin.

    Smart Cycle Discounts Automated WooCommerce discount campaigns
    Getting started › Discount types › Cycle AI ›
    TrustLens Customer trust & fraud intelligence
    Trust scoring › Detection modules › Card-testing defense ›
    Docs Home Guides FAQ Pricing Support
    WordPress tools that solve real problems
  • Contact Us
  • About
    Back
    Company

    Our Story

    Founded 2020

    Built by store owners, for store owners. We create WordPress tools that solve real problems.

    Learn more
    Built from Experience Real solutions we use ourselves
    Time is Precious Simple, intuitive tools
    Real Support Talk to the founders
    Legal & Contact
    Contact Us Privacy Policy Terms of Service Refund Policy
    14-Day Money-Back Guarantee No questions asked
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.
More info More info Accept