Class

IdentityPassOtherService

IdentityPassOtherService()

IdentityPass Other Verification Service Handles miscellaneous verification types: Address, NYSC, Insurance, National ID, WAEC, Documents

Constructor

# new IdentityPassOtherService()

View Source identitypass/services/other-verification.service.ts, line 7

Methods

# async verifyAddress(data) → {Promise.<VerificationResponse.<AddressVerificationData>>}

Verify Address

Parameters:
Name Type Description
data AddressVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 274

Promise.<VerificationResponse.<AddressVerificationData>>

# async verifyDocument(data) → {Promise.<VerificationResponse.<DocumentVerificationData>>}

Verify Document (without face)

Parameters:
Name Type Description
data DocumentVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 319

Promise.<VerificationResponse.<DocumentVerificationData>>

# async verifyDocumentWithFace(data) → {Promise.<VerificationResponse.<DocumentVerificationData>>}

Verify Document with Face

Parameters:
Name Type Description
data DocumentWithFaceVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 328

Promise.<VerificationResponse.<DocumentVerificationData>>

# async verifyInsurancePolicy(data) → {Promise.<VerificationResponse.<InsurancePolicyVerificationData>>}

Verify Insurance Policy

Parameters:
Name Type Description
data InsurancePolicyVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 292

Promise.<VerificationResponse.<InsurancePolicyVerificationData>>

# async verifyNYSC(data) → {Promise.<VerificationResponse.<NYSCVerificationData>>}

Verify NYSC Certificate

Parameters:
Name Type Description
data NYSCVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 283

Promise.<VerificationResponse.<NYSCVerificationData>>

# async verifyNationalID(data) → {Promise.<VerificationResponse.<NationalIDVerificationData>>}

Verify National ID (Virtual NIN Basic)

Parameters:
Name Type Description
data NationalIDVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 301

Promise.<VerificationResponse.<NationalIDVerificationData>>

# async verifyWAEC(data) → {Promise.<VerificationResponse.<WAECVerificationData>>}

Verify WAEC Result

Parameters:
Name Type Description
data WAECVerificationRequest
See:

View Source identitypass/services/other-verification.service.ts, line 310

Promise.<VerificationResponse.<WAECVerificationData>>