BankAccountVerificationInput
All of the data required to verify an individual's bank account.
input BankAccountVerificationInput {
accountNumber: String!
bankId: BankAccountVerificationBankIdInput
branchCode: String
accountType: AccountType
accountHolder: AccountHolderBankAccountVerificationInput!
}
Fields
accountNumber
● String!
non-null scalar
bankId
● BankAccountVerificationBankIdInput
enum
The bank. Note that this choice affects the response time, as some banks do not support real time processing. Real time processing can take around 0 - 120 seconds and batch processing can take 20 - 120 minutes.
branchCode
● String
scalar
The branch code is only required for banks that do not support universal branch codes