Interface

IOtherVerificationService

IOtherVerificationService

Interface for other miscellaneous verification services Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/other-verification.interface.ts, line 18

Members

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/other-verification.interface.ts, line 65

Promise.<VerificationResponse.<AddressVerificationData>>

# verifyAddress Optional

Address verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 23

Promise.<VerificationResponse.<DocumentVerificationData>>

# verifyDocument Optional

Generic document verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 53

Promise.<VerificationResponse.<DocumentVerificationData>>

# verifyDocumentWithFace Optional

Document verification with face matching - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 59

Promise.<VerificationResponse.<InsurancePolicyVerificationData>>

# verifyInsurancePolicy Optional

Insurance policy verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 35

Promise.<VerificationResponse.<NYSCVerificationData>>

# verifyNYSC Optional

NYSC (National Youth Service Corps) certificate verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 29

Promise.<VerificationResponse.<NationalIDVerificationData>>

# verifyNationalID Optional

National ID verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 41

Promise.<VerificationResponse.<WAECVerificationData>>

# verifyWAEC Optional

WAEC (West African Examinations Council) verification - OPTIONAL

View Source core/interfaces/verification-services/other-verification.interface.ts, line 47