The most popular check element, digitally verifies the applicant’s identity and authentication of their documents.
query FetchCheckRequest {
fetchCheckRequest(where: { externalId: "HPEXAMPLE" }) {
identity {
list {
passportNumber
passportCountryId
passportIssueDate
passportExpiryDate
passportFileId
nationalIdentityCardNumber
nationalIdentityCardCountryId
nationalIdentityCardIssueDate
nationalIdentityCardExpiryDate
nationalIdentityCardFileId
drivingLicenceNumber
drivingLicenceCountryId
drivingLicenceIssueDate
drivingLicenceExpiryDate
drivingLicenceFileId
globalAuth
globalIdsp
globalLevel
globalPolicy
globalProfile
passportFile
nationalIdentityCardFile
drivingLicenceFile
}
files {
name
uri
size
mime
}
}
}
}