Class

IdentityPassBVNService

IdentityPassBVNService()

IdentityPass BVN Verification Service

Methods

# async getBVNByPhoneNumber(data) → {Promise.<VerificationResponse.<BVNVerificationData>>}

Get BVN by Phone Number - Retrieve BVN information using phone number

Parameters:
Name Type Description
data BVNByPhoneNumberRequest
See:

View Source identitypass/services/bvn-verification.service.ts, line 163

Promise.<VerificationResponse.<BVNVerificationData>>

# mapBVNData()

Map BVN API response to BVNVerificationData Handles various response field formats from Prembly API

View Source identitypass/services/bvn-verification.service.ts, line 53

# parseWatchListed()

Parse watchListed value to boolean Handles various formats: "YES"/"NO", "Yes"/"No", true/false

View Source identitypass/services/bvn-verification.service.ts, line 109

# async verifyBVN(data) → {Promise.<VerificationResponse.<BVNVerificationData>>}

BVN Basic Verification - Validate a bank verification number

Parameters:
Name Type Description
data BVNVerificationRequest
See:

View Source identitypass/services/bvn-verification.service.ts, line 136

Promise.<VerificationResponse.<BVNVerificationData>>

# async verifyBVNAdvance(data) → {Promise.<VerificationResponse.<BVNVerificationData>>}

BVN Advance Verification - Get detailed BVN information

Parameters:
Name Type Description
data BVNAdvanceVerificationRequest
See:

View Source identitypass/services/bvn-verification.service.ts, line 145

Promise.<VerificationResponse.<BVNVerificationData>>

# async verifyBVNWithFace(data) → {Promise.<VerificationResponse.<BVNVerificationData>>}

BVN with Face Validation - Verify BVN against user's image

Parameters:
Name Type Description
data BVNWithFaceVerificationRequest
See:

View Source identitypass/services/bvn-verification.service.ts, line 154

Promise.<VerificationResponse.<BVNVerificationData>>