GenericIdentityValidation
Represents an identity-validation from a EID provider
type GenericIdentityValidation implements IdentityValidation {
id: String
type: IdentityValidationTypes
name: String
didMatch: Boolean
matchScore: Int
nin: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
GenericIdentityValidation.id
● String
scalar
GenericIdentityValidation.type
● IdentityValidationTypes
enum
The type of IdentityValidation, see IdentityValidationTypes for possible values
GenericIdentityValidation.name
● String
scalar
The name provided by the identity validation
GenericIdentityValidation.didMatch
● Boolean
scalar
If the name and if present, the NIN matches the person
GenericIdentityValidation.matchScore
● Int
scalar
The match between the name stored in the KYC system and the name given from the eID provider, represented by score between 0 and 100
GenericIdentityValidation.nin
● String
scalar
The national identification number provided by the eID provider
GenericIdentityValidation.timeCreated
● Timestamp!
non-null scalar
GenericIdentityValidation.timeLastEdited
● Timestamp!
non-null scalar
Interfaces
IdentityValidation
interface
IdentityValidation is an interface that represent the available identity-validations in Penneo KYC.