NameMatch
public enum NameMatch : String, Encodable
Whether or not IDmission’s ID Verification Team will perform a nameMatch of the submitted form in the event it is not auto-decisioned. Default is no
.
-
Y : The system will do a fuzzy match between the name submitted in the request against the name extracted from the ID Document.
Declaration
Swift
case yes = "Y"
-
N : The system will NOT match the name submitted in the request against the name extracted from the ID Document
Declaration
Swift
case no = "N"
-
E : The system will do an exact match between the name submitted in the request against the name extracted from the ID Document RECOMMEND using Y for name matching
Declaration
Swift
case forced = "E"