Name of financial institution where the account is held.
accountName
required
string
Name of the person or business that holds the account
accountNumber
required
string
Account number of the bank account. Should be all digits.
country
required
string (Country)
Enum:"AU""HK""NZ""SG""ZA""US"
currency
required
string
3 letter ISO code indicating the currency of the bank account.
routingNumber
required
string
Branch code (also known as BSB), 6 digits. Leave blank for New Zealand.
setAsPrimary
boolean
Make this account the primary bank account for the merchant. If not provided, the account will be set as primary.
referenceAccountId
string
An optional reference provided by the merchant to identify this account. Must be unique for the given merchant.
requesterId
string
An optional identifier of the requester. Required to perform Bank Account Validation.
isVerified
boolean
Indicates whether the account has been successfully verified when verification is required. None means verification is not applicable, Some(true) means verification succeeded, and Some(false) means verification failed.
object (AccountVerificationResult)
Contains the outcome of account verification when verification is required.