+44 (0) 1603 937800 — Mon to Fri, 9am to 5pm UK time
A - A - A

Validentity

Validentity is an innovative online solution designed to reduce pension fraud by verifying the identity of individual pension members. The user-friendly online platform utilises a unique combination of the latest technology, including face matching and ‘liveness’ testing.

What problems can Validentity solve?

  • Existence checks for overseas pensioners.
  • Identity checks - onboarding for members of a pension scheme moving into payment.
  • Identity checks on traced dormant account customers.
  • Know Your Customer (KYC) checks.

How does Validentity work to verify identity?

Accurate data extraction

Validentity accepts thousands of official ID documents from over 200 countries and territories. The ID data is accurately extracted from these documents using Optical Character Recognition (OCR) technology.

Document authenticity check

The hybrid approach uses automatic and manual processes to check the security features of each unique ID document to ensure it's genuine.

Liveness detection

An anti-spoofing liveness test is used to verify that the image captured shows a natural person, not a spoof generated by an automated bot, mask or photo.

Face matching

We compare the image of the liveness test to the identification document provided to ensure a match. There will always be a human involved in this face-matching process.

Information collection for onboarding

The tool can be tailored to gather additional information required when onboarding pension members and customers.​

Email and telephone number verification

Email addresses and mobile telephone numbers collected during the process are verified and supplied.​

If you are interested in finding out more about Validentity for your business, pension scheme or financial advice company, please get in touch with us, and one of our team will be in touch to set up a short call.

Get in touch

Interested in how we could help you?

Message sent successfully.
There was an error on the form. Please check and try again.
You have submitted too many forms. Please try again later.
Three minus one
function submitForm(formId) { const form = document.getElementById(formId); const formData = new FormData(form); fetch('/api/contact', { method: 'POST', body: formData }) .then(response => { if(response.ok) { form.classList.remove('fail'); form.classList.remove('ratelimit'); form.classList.add('success'); form.reset(); } else if(response.status == 429) { form.classList.remove('success'); form.classList.remove('fail'); form.classList.add('ratelimit'); } else { form.classList.remove('success'); form.classList.remove('ratelimit'); form.classList.add('fail'); } }) }