BankAccount
An individual bank account
- accountType: string
Number required6 to 10 digit, numeric bank account number
- actionenumconst:Linkrequired
Are we creating a new bank account or linking an existing one? At this point, only Link is supported
values- Link
- bankType: string enum
Account Type requiredDifferentiates a linked cash management account from other settlement bank account types. If 'LinkedCmtCma' is selected, 'provider' cannot be null.
values- Linked
Cmt Cma - Bank
Account
- bsbType: stringrequired
6 Digit BSB number
- nameType: stringmax length:128required
Bank Account Name
- purposesType: array string[] 1…enumrequired
How will this Account be used? If this is an income direction account as well as a settlement account, include both EquitySettlement and EquityDividends in the array.
values- Equity
Settlement - Equity
Dividends
- externalType: string | null
Id An optional reference ID for this particular bank account used by the client
- providerType: string enum
The Institution providing the bank account. Required when bank has a purpose of 'EquitySettlement' and a bankAccountType of 'LinkedCmtCma'. Nullable for bankAccountType 'BankAccount'. MBLA refers to Macquarie Bank. DDH refers to DDH Graham.
values- M
B L A - D
D H
- secondaryType: string | null
Account Id Provide the secondary bank account ID if you have been instructed to by Openmarkets. This helps link accounts such as the Macquarie CMA

