DetailedAccountVerificationResults
Detailed result of whether for the account exists as well as confirmation of the user's identity number, initials and last name matching that of the account.
type DetailedAccountVerificationResults {
accountExists: VerificationResult
identityDocumentMatch: VerificationResult
lastNameMatch: VerificationResult
initialMatch: VerificationResult
}
Fields
DetailedAccountVerificationResults.accountExists ● VerificationResult enum
Result of whether the account exists.
DetailedAccountVerificationResults.identityDocumentMatch ● VerificationResult enum
Result of whether the user's identity number matches that of the account-holder.
DetailedAccountVerificationResults.lastNameMatch ● VerificationResult enum
Result of whether the user's last name matches that of the account-holder.
DetailedAccountVerificationResults.initialMatch ● VerificationResult enum
Result of whether the user's initial matches that of the account-holder