How a requester gets verified
Verification is where these processes most often go wrong in both directions. Too little and you send somebody’s data to a stranger. Too much and you have built an obstacle course, which is a documented tactic and reads exactly like one.
Key takeaways
- Three tiers: already-authenticated, matching contact details, and unknown.
- An email from the address on the account is usually sufficient on its own.
- Never ask for photo ID by default. It is disproportionate and it is a red flag.
- A request on somebody else’s behalf needs authority, which is a different check.
- Whatever is asked for is deleted once verification is complete.
Three tiers
- App integration
- Machine learning
- Security & identity
- Management
- Front-end & mobile
- People
Why photo ID is the wrong default
Asking for a passport scan in response to a request from the email address already on the account achieves nothing protective — anybody with access to that mailbox can already reset the password — and it does three bad things. It adds friction that deters legitimate requests, it collects a highly sensitive document you now have to store and delete, and it looks precisely like obstruction to anybody assessing your process.
Where identity genuinely is uncertain, one question about something only the account holder would know — a recent order number, the delivery address on file — is both more proportionate and more effective.
Pausing the clock
Where verification genuinely is needed, the period spent waiting for the answer does not count against the response deadline in most regimes, and the system records the pause explicitly with its start and end. That is worth building because the alternative is somebody reconstructing it afterwards from an email thread.
It is also worth being disciplined about: pausing the clock for a verification question that was not necessary is exactly the pattern that gets characterised as obstruction, and a system that logs every pause makes that visible to whoever reviews it.
Requests on somebody else’s behalf
- Machine learning
- Security & identity
- People
These are uncommon and they are the ones most likely to be mishandled, because the instinct is to verify the person who sent the email. That is the wrong check: a solicitor’s identity is not in question, their authority to act is, and that is established by a letter of authority rather than by anything about them.
The system’s contribution here is modest and useful: recognise that the requester and the subject are different people, flag it as a third-party request, and present the handler with the two questions separately rather than one merged one.
Deleting what verification collected
Anything gathered for verification — a document, an answer, a scan somebody sent unprompted — is deleted once the request is closed, and that deletion is recorded. It is a small discipline and it prevents the specific irony of a data protection process accumulating a folder of identity documents.
Next: gathering the data.
All posts