FRA Services
The FRA Services API (/api/FRAServices/) validates personally identifiable information and reports verification status by checking against national records via the Financial Regulatory Authority (FRA).
Start here
A PII inquiry is the main thing this API does: you send a national ID plus a phone number, and Vlens tells you whether they match the national records. There are two ways to run it — pick one.
One call. Use it when you do not need to prove the user controls the phone number.
Send a code to the phone number first, so ownership is proven before the inquiry runs.
Both variants hit the same two endpoints and return the same response. The OTP variant simply adds one preceding call and two request fields.
Whichever you pick, you can supply the ID either as base64 images or as an existing transactionId from an earlier OCR or Digital Identity capture.
Base URL and authentication
Every request requires:
Check user status
Returns the authenticated user’s digital identity verification status, email confirmation, and phone-owner match result.
cURL
Check PII for user
Looks up verification status for a given phone number. Returns the same response shape as Check user status.

