Employment verification in seconds, not days
The problem nobody wants to own
Every recruiter, landlord, and credit bureau in South Africa runs into the same wall. Before they approve a lease, a loan, or a role, they need to confirm that the applicant is actually employed — and roughly how much they earn. Today, that confirmation happens by phone. HR departments receive a steady stream of calls from people they do not know, asking for salary details about employees who may or may not have given consent. It is slow, it is inconsistent, and it is a POPIA grey zone nobody enjoys defending.
How FinVeil changes the flow
FinVeil already ingests payroll data for its core stress-scoring product. Once that data is in the system, minting an employment credential is almost free. The employer uploads payroll as usual. FinVeil mints an EMPLOYMENT_VERIFICATION token, includes it in the next hourly Merkle batch stored in FinVeil's database, and produces a shareable link: www.finveil.money/verify/employment/<id>. When a recruiter, landlord, or credit bureau opens the link, they see confirmed employment data — employer, tenure, employment status, and a salary band — without ever seeing the exact salary and without ever calling HR.
Keeping disclosure small
The design keeps disclosure small. The verifier never sees the exact salary — at most a coarse salary band — and the employee's name is masked. A credential can expire or be revoked, and FinVeil counts views and logs API lookups. Whether a given verification flow meets POPIA for your business is for you and your advisers to assess.
The developer story
For verifiers that want to integrate directly, FinVeil exposes a single endpoint: POST /api/v1/verify/employment with a token id. The response is a small JSON set of claims — a masked employeeName, employerName, tenure, an optional salaryBand, employmentStatus, verifiedAt and expiresAt.
Where to go next
Employment verification is the first concrete, sellable use case sitting on top of FinVeil's tokenization primitive — but it is not the last. The same infrastructure already mints advances, vouchers, payroll receipts, expenses and invoices. If you want to see how the employment flow works end to end, the product page is the fastest way in: /products/finveil-token.