Skip to main content

What Fortt Sees vs What Fortt Collects

Fortt was designed with radical transparency: you should always know exactly what we see and what we store about your requests. This page shows:
  • The raw data Fortt can see when your backend forwards a /verify request
  • The minimal subset of data we actually store
  • Why each piece is necessary
  • Privacy guarantees

1. What Fortt Sees From a Request

When your server forwards a request to Fortt via:
Fortt can see the same metadata any backend normally sees about a request. Here is an example of the full context we can observe:
But this does NOT mean we store all of this. Fortt intentionally drops or ignores anything that could be sensitive or unnecessary.

2. What Fortt Actually Stores

We only store the minimal fields required for bot detection, fraud scoring, and network intelligence. Here is exactly what we persist:

3. Why We Store These Fields

We never store request bodies, form fields, emails, names, or anything tied to your user’s identity.

4. What Fortt Never Stores

To be absolutely clear: We do not store:
  • Personal data (name, email, phone, CPF, address)
  • Account information
  • Payment information
  • Business logic parameters
  • Form data from your website
  • Cookies or session tokens
  • Authentication secrets
  • Internal identifiers (userId, orderId, etc.)
Fortt has no visibility into your application’s internal world.

5. Side-by-Side Comparison

What We See

(Raw request context your backend forwards)

What We Save

(Minimal dataset required for fraud detection)
Everything else is discarded immediately.

Security Guarantees

✔ Data is encrypted at rest

PostgreSQL + Redis with full encryption.

✔ Data is encrypted in transit

TLS 1.2+ enforced.

✔ No cross-customer correlation

Each project is isolated — your traffic stays yours.

✔ Logs have short retention

We automatically purge old entries unless otherwise configured.

✔ Fully anonymized device identifiers

visitorId is non-PII and cannot be reversed.

In Summary

You can safely use Fortt knowing:
  • We see only what is needed to score risk
  • We store an even smaller subset
  • None of your user’s personal information is collected
  • Your application’s internal data remains completely private
  • Everything is encrypted, isolated, and purged regularly
Fortt is built to protect you — not track your users. If you have any privacy concerns or compliance questions, feel free to contact us.