Skip to main content
For regulated deployments — especially banking and payments — the ability to produce verification evidence for a specific session months or years after the fact is a procurement requirement. This page documents what FaceSign retains, how to retrieve it, and where the current gaps are.
Retention and audit capabilities are evolving. Where a gap exists, we’ve called it out explicitly rather than claiming a capability we don’t yet have. If your compliance program requires something documented as a gap below, email security@facesign.ai before signing a contract — we may be able to accommodate via DPA addendum.

What’s retained by default

Every completed session produces a session report that persists beyond the session itself. Retention windows depend on the environment: Retained fields:

What is NOT retained by default

  • Raw video frames — processed in memory and discarded at session end
  • Raw audio — processed in memory and discarded at session end
  • Document images — discarded at session end unless explicitly opted in via retainSessionMedia: true
  • Unencrypted biometric data — all biometric data is tokenized at ingest
If you need media retention for audit (e.g., bank regulator requirements to hold document scans), opt in at session creation. See Biometric Data Handling for the full retention model.

Retrieving audit evidence

For a specific session (by ID)

The primary retrieval mechanism is GET /sessions/:id, which returns the full session report including transcript, node reports, and any retained media URLs.
See GET /sessions/:id for the full response schema.

For a specific user (by client reference ID)

If you passed a clientReferenceId at session creation (recommended — typically your internal user ID), you can list all sessions for that reference:
See GET /sessions for filtering options.

Media URLs

Retained media (document images, session video if opted in) is accessed via signed download URLs on the session response.
Signed URLs expire 15 minutes after generation. For long-term audit storage, download media immediately upon session completion and store it in your own object storage with your own retention lifecycle.

Known gaps

These are capabilities regulated customers commonly ask for. We’re being explicit about which are available today. If a gap above blocks your procurement process, please raise it early — we may be able to document a compensating control or prioritize the capability based on your timeline. For regulated deployments, we recommend treating FaceSign as the verification system of record during the session and your own infrastructure as the audit system of record for the long term:
  1. At session completion, consume the session.status: complete webhook
  2. Fetch the full session report via GET /sessions/:id
  3. Download any retained media via the signed URLs (within 15 minutes)
  4. Persist the transcript, node reports, and media in your own audit infrastructure with your own retention lifecycle, WORM guarantees, and access logging
This pattern satisfies most bank and payment regulator requirements (retrievability, tamper-evidence, access logging) by leveraging your existing compliance infrastructure rather than requiring FaceSign to re-implement them.

Compliance framework alignment

For how audit evidence relates to specific frameworks (GDPR, CCPA, BIPA, PSD3, SOC 2, ISO 27001), see Compliance & Regulatory.