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
accountExists
● VerificationResult
enum
Result of whether the account exists.
identityDocumentMatch
● VerificationResult
enum
Result of whether the user's identity number matches that of the account-holder.
lastNameMatch
● VerificationResult
enum
Result of whether the user's last name matches that of the account-holder.
initialMatch
● VerificationResult
enum
Result of whether the user's initial matches that of the account-holder