Class

IdentityPassBankAccountService

IdentityPassBankAccountService()

IdentityPass Bank Account Verification Service

Constructor

# new IdentityPassBankAccountService()

View Source identitypass/services/bank-account-verification.service.ts, line 6

Methods

# async compareBankAccount(data) → {Promise.<VerificationResponse.<BankAccountVerificationData>>}

Compare Bank Account with Name

Parameters:
Name Type Description
data BankAccountComparisonRequest
See:

View Source identitypass/services/bank-account-verification.service.ts, line 113

Promise.<VerificationResponse.<BankAccountVerificationData>>

# mapBankAccountData()

Map Bank Account API response to BankAccountVerificationData Handles various response field formats from Prembly API

View Source identitypass/services/bank-account-verification.service.ts, line 59

# async verifyBankAccount(data) → {Promise.<VerificationResponse.<BankAccountVerificationData>>}

Verify Bank Account Number (Basic)

Parameters:
Name Type Description
data BankAccountVerificationRequest
See:

View Source identitypass/services/bank-account-verification.service.ts, line 93

Promise.<VerificationResponse.<BankAccountVerificationData>>

# async verifyBankAccountAdvance(data) → {Promise.<VerificationResponse.<BankAccountVerificationData>>}

Retrieve Financial Accounts Linked to BVN (Advance) This is a multi-step process (Initialize → Get Consent → Retrieve)

Parameters:
Name Type Description
data BankAccountAdvanceVerificationRequest
Deprecated:
  • This method requires multi-step OTP flow - use verifyBankAccount for simple verification
See:

View Source identitypass/services/bank-account-verification.service.ts, line 104

Promise.<VerificationResponse.<BankAccountVerificationData>>