IdNumberMatch
public enum IdNumberMatch : String, Encodable
Whether or not IDmission’s ID Verification Team will perform a IdNumberMatch 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 idNumber submitted in the request against the idNumber extracted from the ID Document.
Declaration
Swift
case yes = "Y"
-
N : The system will NOT match the idNumber submitted in the request against the idNumber extracted from the ID Document
Declaration
Swift
case no = "N"
-
E : The system will do an exact match between the idNumber submitted in the request against the idNumber extracted from the ID Document.
Declaration
Swift
case forced = "E"