Security and privacy
A transfer platform holds names, nationalities, identity document numbers and the movements of real people. This page is how that is handled — written for someone who wants specifics rather than reassurance.
Separation
Passenger identity
Identity documents are held apart from ordinary booking data, because they are not ordinary booking data.
Document numbers are stored encrypted, not as fields on the trip.
An assigned driver can read the identities for that trip. Not the company's passenger history, not another driver's trip, not last month.
Each disclosure writes a record naming the driver, the passenger and the moment — per passenger, not a vague note that a manifest was opened.
If the audit record cannot be written, the documents are not shown. An unlogged disclosure cannot be undone or discovered afterwards, so it is not allowed to happen.
That last one is a deliberate trade. It means a driver can briefly be unable to see documents if the audit store is unavailable — a trip that still runs, with a retry — rather than a disclosure that leaves no trace.
Retention
Identity data is kept under a retention policy and removed when it expires. The erasure is enforced by constraints and triggers in the database itself, so a code path that forgets to delete something cannot leave it behind. Legal holds and outstanding compliance obligations block removal explicitly rather than silently, and both the operational passenger record and the identity record are required to stay consistent with each other — a half-deleted pair is rejected by the database rather than written.
The record
Each audit entry carries a hash of itself and of the previous entry for that company, so a removed or edited row breaks the chain and can be detected.
The audit log is protected against update and deletion at the database level, not by convention.
A monitor walks the chain and reports any break, so tampering or corruption surfaces on its own rather than during an investigation.
Entries name the actor and the company, so "who changed this booking" has an answer.
Accounts
Honest scope
JetTransfer does not file passenger data with the Ministry on an operator's behalf. Drivers collect and present identity documents themselves; the platform's job is to hold that data properly and put it in front of the right person at the right time. The service is preparing for launch and has no live customers yet, so nothing here describes battle-tested scale — it describes how the system is built.
Questions about any of this, including from a company's own security review, are welcome at info@jet-transfer.com.