AccountHolderBankAccountVerificationInput
This input type requires that one and only one of business or individual is set.
phone and email are optional contact fields that, when supplied, are verified against the
account holder details on record.
input AccountHolderBankAccountVerificationInput {
business: BusinessBankAccountVerificationInput
individual: IndividualBankAccountVerificationInput
phone: String
email: EmailAddress
}
Fields
AccountHolderBankAccountVerificationInput.business ● BusinessBankAccountVerificationInput input
AccountHolderBankAccountVerificationInput.individual ● IndividualBankAccountVerificationInput input
AccountHolderBankAccountVerificationInput.phone ● String scalar
Phone number to verify against the account holder details, if available.
AccountHolderBankAccountVerificationInput.email ● EmailAddress scalar
Email address to verify against the account holder details, if available.