Overview
In many cultures, it is common for an individual to have only a single name (a mononym). The FrankieOne platform supports these cases, but correct data mapping is crucial as requirements vary significantly between different types of verification checks. This guide will walk you through the correct API implementation for handling single-name applicants to ensure successful verification and global compliance.General API Implementation
The recommended approach for submitting a single name via the API is to populate thefamilyName and use a placeholder for the givenName.
Why this approach? Many downstream data sources have a mandatory requirement for a
familyName or “Last Name” field. Placing the single name here ensures the highest compatibility across our network of data sources.givenName and a hyphen in familyName, the critical factor is ensuring the format meets the requirements of the specific end data source you are checking against.