Interface

IBankAccountVerificationService

IBankAccountVerificationService

Interface for Bank Account verification services Implementations should throw NotImplementedException for unsupported methods

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 10

Members

Promise.<VerificationResponse.<BankAccountVerificationData>>

# compareBankAccount Optional

Compare bank account details with provided names - OPTIONAL

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 26

boolean

# isReady

Check if the service is ready and configured

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 38

Promise.<VerificationResponse.<Array>>

# listBankCodes Optional

Get list of supported bank codes - OPTIONAL

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 32

Promise.<VerificationResponse.<BankAccountVerificationData>>

# verifyBankAccount

Basic bank account verification - REQUIRED

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 15

Promise.<VerificationResponse.<BankAccountVerificationData>>

# verifyBankAccountAdvance Optional

Advanced bank account verification with balance - OPTIONAL

View Source core/interfaces/verification-services/bank-account-verification.interface.ts, line 20