Skip to main content

BusinessBankAccountVerificationInput

Details required to identify a business for bank account verification.

input BusinessBankAccountVerificationInput {
registration: BusinessRegistrationInput!
name: String
}

Fields

registration ● BusinessRegistrationInput! non-null input

name ● String scalar

The registered name of the business. For example "STITCH MONEY PTY LTD"

Specifying name is optional.