The employment verification letter is the most-requested HR document that nobody likes producing. An employee applies for a mortgage, signs a lease, files for a visa, or starts a background check, and somewhere in the process they need their employer to confirm — in writing, on letterhead, with a signature — that they actually work where they say they work, in the role they say they hold, earning what they say they earn. The request lands in an HR generalist's inbox. The generalist writes a custom letter using whatever boilerplate they have, gets a manager to sign it, scans or exports it to PDF, and emails it back. Forty minutes per letter, several letters per day, every day. The employee is waiting. The lender is waiting. The application sits.
Then the lender receives the letter and treats it with the same growing scepticism they apply to every other income or employment document in 2026. They may run it through document fraud detection. They may call the HR team to confirm. They may simply trust it — and then quietly elevate their fraud risk on the application. In any of these paths, the letter — produced through real HR effort by a real HR team about a real employee — is not actually trusted. It's just been accepted, with reservations.
Verifiable employment letters solve both ends of the problem. The HR team produces letters that recipients can confirm in one scan, without the back-and-forth phone calls. The lender, landlord, or government agency receives a document that traces cryptographically back to the employer, shows current validity status in real time, and bears the kind of trust signal that's missing from a typed letter on PDF letterhead. The employee's application moves. HR's inbox empties.
This is the issuer-side guide for HR and people operations teams that want to make employment letter issuance a fast, reliable, verifiable workflow rather than the constant manual exception it currently is. It builds on our companion article on verifiable pay stubs, which covers the closely-related issuance pattern for the highest-volume HR document. Employment letters are structurally different in three ways that matter for design — they're free-form rather than templated, on-demand rather than scheduled, and time-bounded in their validity rather than referencing a fixed historical period — and the program design needs to account for each.
TL;DR — the differences that matter
PropertyPay stubEmployment verification letterGenerationScheduled, system-generatedOn-demand, often hand-composedVolumeHigh, predictableLower, lumpyFormatSemi-structured, system-determinedFree-form within HR policyReference periodFixed historical (the pay period)Current state ("currently employed as...")ValidityPermanentTime-bounded — must distinguish "valid today" from "valid forever"Verifier landscapeMostly lenders, landlordsLenders, landlords, USCIS, embassies, background checks, schools, licensing boardsPer-document HR effortNear-zero (automated)High (manual composition typical)Information sensitivityBounded (income data)Variable, sometimes including reason-for-leaving for former employees
These differences make verifiable employment letters a meaningfully different design problem from verifiable pay stubs, even though both serve the same audience.
The current state, and why it's broken
Most HR teams handle employment verification through one of three patterns, each with structural problems.
Pattern 1: Custom letters written on demand. The most common pattern in mid-sized organisations. Every request produces a custom document. HR generalists spend significant time per request. Quality is inconsistent across HR staff. Legal review is sporadic. Verifiers receive letters that vary in format and detail, making automated downstream processing impossible.
Pattern 2: Outsourced verification services. Larger organisations route employment verification through a third-party service — The Work Number (Equifax), Experian Verify, Truework, or similar. The service maintains a database of employee data that the employer pushes to it; verifiers query the service directly for a fee. This works operationally but creates a different problem: the employer has transferred control of an authoritative employment record to a third party, often with monetisation arrangements the employee may not fully appreciate, and the data exposed to verifiers may exceed what the employee would have authorised in a direct letter.
Pattern 3: HR system self-service portals. Some HR platforms (Workday, BambooHR, Rippling) include "self-service letter generation" features where employees can request a letter through a portal and receive a generated PDF. This reduces HR effort but produces a document that's still functionally an unverifiable PDF — the verifier on the receiving end can't confirm the letter wasn't modified after issuance, and the trust still rides on the format looking legitimate.
What none of these patterns provides is a letter the verifier can verify. The employee has to wait, the HR team has to spend time, and the lender or government agency still ends up either trusting the document on appearance alone or routing back to HR for confirmation anyway.
The verifiable employment letter is the alternative: the employee requests a letter (or the system generates one proactively for routine cases), the letter is issued with a cryptographic signature and a QR code, the recipient scans and gets confirmation directly from the employer's verification endpoint, and the workflow ends. No call-backs. No third-party data sharing. No format guesswork.
What makes an employment letter verifiable
The technical requirements map directly to the seven criteria from our flagship verifiable e-signature guide — cryptographic content binding, identity binding to a recognised trust authority, tamper evidence, independent verifiability, long-term verifiability, revocation channel, and recipient-accessible verification UX. Three of these have employment-letter-specific implications worth pulling out.
Tamper evidence covers free-form content. Unlike a pay stub where the field set is essentially fixed, an employment letter may contain customised content — a specific phrasing requested by the verifier, an explanatory note about employment status, a remark about salary structure. The cryptographic signature must cover the entire letter content, not just the structured fields. For PDF-based letters using PAdES, this is handled by ByteRange-based whole-document signing; the underlying mechanics are in our QR code signature validation guide. The practical upshot: HR can produce custom letters and they're still verifiable — the cryptography doesn't constrain the writing.
Revocation matters more than for pay stubs. A pay stub for March 15 remains accurate forever — it describes a specific historical pay period. An employment letter says "this person is currently employed as Senior Engineer earning $145,000." That statement may not be true next week. Revocation isn't an unusual operational edge case for employment letters; it's part of the normal lifecycle. Programs without first-class revocation produce letters that get more wrong over time and have no mechanism for the verifier to know.
Validity windows are the unique technical requirement. Pay stubs don't need them. Employment letters do. A verifiable employment letter should encode a validity window — typically 30 to 90 days from issuance — and the verification page should reflect whether the letter is currently valid, expired, or revoked, distinct states with distinct UX. Verifiers checking a letter past its validity window should see "expired" rather than "valid," and decide for themselves whether to act on a stale credential.
This last point is worth dwelling on because it's the technical concept that's most underdeveloped in current implementations.
The validity window — what's unique to letters
A pay stub is a description of a past event. An employment letter is an assertion about current state. The two have different temporal semantics, and verifiable letters need to handle this explicitly.
Three states matter:
Valid. The letter was issued, hasn't been revoked, and is within its declared validity window. The verifier can rely on the assertion at the moment of verification.
Expired. The letter has aged past its validity window. The underlying signature is still cryptographically valid — the document hasn't been tampered with, the signer's identity is still recognised — but the assertion about current employment status is now stale. The verifier should not act on the letter as if it represents current state; they should request a fresh letter.
Revoked. The issuer has explicitly invalidated the letter, typically because the underlying employment fact has changed (the employee left, the role changed, the salary changed) or because the letter was issued in error. Revoked is a stronger signal than expired and warrants escalation rather than re-issuance.
The verification page must distinguish these three states clearly. "Verified" or "valid" without temporal context is a misleading signal that doesn't serve the verifier.
Typical validity window choices by use case:
Mortgage and lending applications: 30–60 days. Lenders typically require employment letters dated within the last 30 days.
Tenancy applications: 60–90 days. Landlords are more flexible.
Visa and immigration applications: 90 days, sometimes longer. USCIS has specific guidance on document age for various petition types.
Background checks and licensing: 30–90 days, dependent on the requesting body.
The right default for an HR program is to issue at 60 days unless the verifier specifies otherwise, and to allow the employee to request a fresh letter at any time. Re-issuance should be cheap (operationally and cryptographically) so that staleness isn't a problem.
For the underlying credential-style lifecycle this implies, see our QR code certificate verification guide, which covers the issuer-holder-verifier triangle that applies to time-bounded credentials generally.
The verifier landscape
Employment letters circulate across a more diverse set of verifiers than pay stubs, and the design needs to handle each.
Mortgage lenders and underwriters. The volume leader. Typically want salary, employment dates, and job title; sometimes also bonus, commission, or expected continuation. Operating under Fannie Mae, Freddie Mac, FHA, or VA guidance, depending on the loan type. Will reject letters that are missing standard elements or are outside the validity window. See our real estate verification guide for adjacent context.
Landlords and property managers. Volume-second. Generally want current employment status and salary; less consistent than lenders on what they actually require. Property management companies running automated tenant screening services may have specific format expectations.
USCIS and immigration services. Employment letters for H-1B, L-1, EB-1/2/3, and other employment-based visa categories have specific content requirements published in USCIS guidance — typically including job duties, minimum qualifications required for the role, salary, the petitioner's contact information, and an explicit signature from someone with petitioning authority. Letters that don't meet the format requirements get Requests for Evidence (RFEs), delaying the petition by months.
Foreign embassies and consulates. Many countries' visa systems require employment letters from US employers as part of visa applications — particularly business visas, tourist visas with longer stays, and Schengen Area applications. Format requirements vary by country and consulate, and some require letters to be apostilled or notarised. Verifiable issuance doesn't replace apostille where it's required, but it does provide a parallel digital verification path that some consulates are starting to accept.
Background-check companies. Pre-employment screening services running checks for new employers, professional licensing bodies, security clearances, or specialised industry verifications. These typically want employment dates and reason for departure (for former employees). The reason-for-departure field is sensitive and varies by jurisdiction in what employers can legally disclose.
Schools and educational institutions. For student loan deferrals, employer tuition assistance verification, or graduate program applications.
Professional licensing boards. For practising certifications that require employment verification (medical, legal, accounting, engineering).
Current and prospective employers. Reference checks during hiring. Subject to specific legal constraints in many jurisdictions on what can be disclosed without the employee's consent.
For each verifier type, the design implication is the same: the verifiable letter program needs to support flexible content templates (different verifiers want different fields), explicit consent capture (some disclosures require employee opt-in), and appropriate validity windows.
Free-form vs structured: the design choice
The technical question every employment letter program faces: should letters be free-form PDF documents with embedded signatures, or structured credentials with claims that can be selectively disclosed?
Free-form PDF letters look like traditional employment letters. They're written in prose on company letterhead, customised for the requesting verifier, signed cryptographically with PAdES, and carry a QR code linking to a verification page. Recipients see a normal-looking letter; verifiers scan and confirm authenticity. This is the right format for most current verifier workflows because verifiers know how to handle PDF letters.
Structured credentials follow the W3C Verifiable Credentials Data Model 2.0 (W3C Recommendation since May 2025). They carry specific claims as structured data — employer, role, salary, startDate, endDate — that can be selectively disclosed (e.g., revealing the employer name without revealing salary). This is the right format for wallet-based presentation and for emerging verifier workflows that can consume structured credentials. The EUDI Wallet rollout in the EU is the main driver here; see our eIDAS explained overview for the regulatory context.
The pragmatic 2026 stance is dual-issuance. Issue both formats from a single signing event. The PDF letter works with every existing verifier workflow today. The structured credential works with wallet-based and machine-readable workflows as they emerge. Most modern verifiable issuance platforms support both natively; if yours doesn't, push the vendor on this. The pattern is covered architecturally in our scan-to-verify documents pillar guide.
Integration with HR systems
The hard part of an employment letter program — like the hard part of any HR document program — is workflow integration. The verifiable layer needs to sit in your existing HRIS or HR service workflow without requiring HR generalists to learn new tools.
Integration patterns by major HR system:
Workday — Workday's document framework supports custom letter templates with post-generation processing via Workday Studio integrations. Most verifiable issuance vendors have native or partner Workday connectors. The pattern: employee requests letter through Workday self-service; Workday generates the PDF using your template; the verification platform signs it and embeds the QR; the signed PDF is delivered to the employee or directly to the verifier.
BambooHR — supports document generation through its core platform with API access for post-generation signing. Smaller-employer-focused but increasingly common in mid-market.
Rippling — native API access; supports document workflow extensions; smaller market share but growing in mid-market and fintech segments.
ADP Workforce Now — supports employment verification letter generation through its core platform with partner-program integrations available.
In-house HR systems — direct API integration. Typically straightforward: the HR system produces a PDF letter; the verification platform signs it and adds the QR; the resulting PDF is the deliverable.
No HR system / smaller teams — manual workflow with a verifiable issuance platform. HR generalist writes the letter as today, uploads to the platform, the platform produces the verifiable version. Slower per letter but doesn't require system integration.
The ideal workflow has the verifiable layer invisible to the HR generalist composing the letter. They write a letter as today; they click "issue verifiably" (or it happens automatically based on the template). The cryptographic complexity is hidden.
Legal and HR policy considerations
Employment verification touches more legal sensitivity than pay stub issuance. Three areas worth surfacing.
Employee consent. US law generally permits employers to verify factual employment information (dates, titles, salary) without explicit per-request consent, but many state laws and HR best practices favour explicit consent for each disclosure. For verifiable letters specifically, the same legal considerations apply as for traditional letters — the technology doesn't change the consent requirements. Some employers build consent capture into the request workflow.
Former employee disclosures. What you can disclose about a former employee varies by state. Some states have explicit "service letter" statutes requiring employers to provide certain information upon request. Others limit what can be said about reason for departure. Verifiable issuance doesn't expand or contract these obligations; it just makes whatever you do disclose more reliable.
Salary information disclosure. Pay transparency laws in some jurisdictions (California, Colorado, New York, Washington, etc.) affect what you may disclose to verifiers and to the employee themselves. The verifiable letter format doesn't change the legal landscape but does make whatever you disclose unambiguously attributable to your organisation.
International data protection. GDPR (for EU employees or applicants), UK GDPR, and similar frameworks govern processing of employment data. Verifiable issuance is generally GDPR-positive — the employee's data is shared via a controlled verification channel rather than via email attachment to an unknown verifier — but the underlying processing obligations remain.
FCRA implications for US background checks. When employment verification feeds into a background check covered by the Fair Credit Reporting Act, the consumer reporting agency's obligations apply. Employer-side issuance is upstream of FCRA and not directly regulated, but the integration point matters.
For organisations with formal information security programs, verifiable issuance is increasingly being incorporated as a control under SOC 2 and ISO 27001 frameworks. Our CISO's guide to document trust covers this framework angle.
Common workflows by use case
Different verifier types call for different workflow defaults.
Mortgage / lending workflow. Employee submits loan application. Lender requests employment verification. Employee logs into HR self-service portal, selects "Mortgage / Lending" template, optionally adds verifier-specific notes. HR system generates letter with standard fields (current employment, role, salary, start date). Verifiable issuance platform signs the letter, embeds QR, and delivers PDF directly to the lender via secure channel or to the employee for forwarding. Validity window: 60 days. Recipient verification flow: lender scans QR, sees verified status, document content matches what they received, application proceeds.
Tenancy / landlord workflow. Similar to mortgage but with shorter content (often just current employment and salary) and 60–90 day validity. Sometimes triggered from within the tenant application platform; sometimes from the employee directly.
Immigration workflow. Employee provides immigration attorney with their needs (visa category, specific content requested by USCIS or consulate). HR generates a longer-form letter meeting USCIS content requirements — job duties, qualifications required, salary, petitioner's authorisation. Letter often gets dual-issued as PDF (for traditional consular filing) and structured credential (for emerging wallet-based immigration systems). Validity window: 90 days, sometimes extended for specific petition timelines.
Background check workflow. Background-check company requests verification on a former or current employee. Letter content typically narrower (dates, title; reason for departure subject to state law). Frequently routed through the HR system without requiring per-request HR generalist composition.
Reference check workflow. Prospective employer contacts current employer. Most US employers limit reference content to dates and title due to legal risk. Verifiable issuance enables structured "employment verification" letters that prospective employers can validate immediately without phone calls.
Each workflow benefits from template standardisation — HR teams should have pre-approved templates for each verifier type, reducing per-letter composition time to near-zero for routine cases.
The wallet-bound future
A note worth flagging because it's coming faster than most HR teams expect.
The EUDI Wallet's December 2026 deadline will bring wallet-based credential presentation into routine European employment workflows. Employees will start carrying employment credentials (Electronic Attestations of Attributes — EAAs, or qualified versions QEAAs) on their phones, presentable to verifiers via QR codes on screens, rather than as PDF letters. Cross-border equivalents — particularly in the UK, Canada, Australia, and increasingly across APAC — are following.
The practical implication for US HR teams: even if you only employ US workers, your employees applying for visas to travel internationally will increasingly be expected to present credentials from a wallet, not as PDFs. The infrastructure you build for verifiable employment letters today should be wallet-compatible from the start. This is why the W3C VC 2.0 alignment matters even for organisations whose immediate use case is US PDF letters.
The longer trajectory is that the employment verification letter as a discrete document gradually dissolves into "employment as a continuously-verifiable credential" — a wallet-bound assertion that's currently valid or revoked at the moment of verification, rather than a point-in-time letter that ages. Programs that align to W3C VC 2.0 from the start are positioned for this evolution; programs that build PDF-only will need to re-architect.
- Frequently asked questions
Is this different from what The Work Number does?
Structurally yes. The Work Number (Equifax) maintains a centralised database of employee data that the employer pushes to it; verifiers query that database, paying Equifax for access. The employer transfers control of the authoritative employment record to a third party. Verifiable employment letters keep the employer as the authoritative source — verification queries the employer's own verification endpoint, on the employer's domain, with no third-party data broker in the middle. The data exposure is also tighter: a verifiable letter exposes only what the letter explicitly contains, whereas centralised verification services often expose more data than the employee or employer would explicitly authorise per request.
Can verifiable letters replace USCIS-required employment letters?
The legal status of the letter is the same — what's signed and authorised by an authorised petitioner remains valid under USCIS rules. The verifiable layer adds a verification mechanism that USCIS may or may not use today, but it doesn't change the letter's underlying compliance. For immigration purposes, the content of the letter (job duties, qualifications, salary, petitioner's authority) is what USCIS cares about; verifiable issuance is an addition, not a replacement.
What if a verifier doesn't know how to scan the QR?
The verifiable PDF still reads as a normal letter — verifiers who don't use the QR can treat it like any other employment letter. The QR is purely additive: it adds verification capability for verifiers who use it without removing anything for those who don't. Adoption is growing on the verifier side, but the program works at any level of recipient sophistication.
How do we handle the case where an employee leaves between issuance and verification?
This is exactly what the revocation channel and validity window handle. When the employee leaves, HR marks any outstanding employment letters for that employee as revoked. Verifiers checking the letter see "revoked" rather than "valid" and escalate accordingly. If the validity window has expired naturally, the letter shows "expired" — a slightly weaker signal but appropriate for a stale assertion.
Does this work for employees who don't want their employment verified?
Verifiable issuance is initiated by the employer at the employee's request (in the typical workflow). If an employee doesn't request a letter, none is issued. The system doesn't enable verification of someone who hasn't asked for it. This is structurally different from centralised employment verification databases, where the employee data is in the database regardless of the employee's wishes.
Can we revoke a letter after the verifier has already accepted it?
Yes. Revocation takes effect immediately for any subsequent verification. A verifier who accepted the letter while it was valid retains whatever they did with it — your revocation doesn't unwind their action — but any new verifier scanning the same letter after revocation sees "revoked" and acts accordingly. This is the right behaviour for credential-style time-bounded letters.
What about reference checks done by phone?
Phone-based reference checks remain a thing, particularly for senior hires. Verifiable letters complement rather than replace phone references — the verifier may scan the letter to confirm baseline facts (dates, title, salary) and then call separately for qualitative feedback. The structural improvement is that the baseline facts no longer require the phone call.
How does this interact with our existing employment verification policy?
The verifiable letter is, from a policy perspective, the same document you were already issuing — you've just upgraded how recipients verify it. Your policies on what to disclose, who's authorised to issue letters, consent capture, and retention all remain in force. The technology doesn't change the legal or policy framework.
Do we need to upgrade our HR system to support this?
Usually no. Most verifiable issuance platforms operate as a layer on top of your existing HR system, integrating via API or partner connectors. The HR system continues to generate letters using its existing templates; the verifiable layer adds signing and verification on top. The integration is typically lightweight — a few weeks of work even for in-house HR systems.
What's the typical timeline for implementing a verifiable employment letter program?
For a buy decision with a vendor that has a native integration with your HR system: 4–8 weeks from contract to first production letters. For organisations without HR system integration: faster, since the workflow is more manual but the platform is the same. Pilot programs (running verifiable letters for a single department for the first 60 days) are common and reduce rollout risk.
VerifyDoc.ai issues verifiable employment verification letters with QR-based recipient verification on your company domain, dual-format support for PDF and W3C Verifiable Credentials, and integrations with major HRIS platforms. For the closely-related verifiable pay stub workflow, see our pay stub issuer guide; for the broader credential lifecycle, our QR code certificate verification guide.