IndividualBankAccountVerificationInput
Details required to identify an individual for bank account verification.
input IndividualBankAccountVerificationInput {
familyName: String
initials: String
identifyingDocument: IdentifyingDocumentInput!
}
Fields
IndividualBankAccountVerificationInput.familyName ● String scalar
Surname(s) or last name(s) of the Individual. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.
Specifying the familyName is optional.
IndividualBankAccountVerificationInput.initials ● String scalar
Initials of the account holder. Initials are typically the capital letters that make up the accountholder's given name. For example, if the accountholder's full name is Jonathan Paul Clegg, the initials would be 'JP'.
Specifying initials is optional.