BankAccountTransactionsV1Response
- accountType: string
Number Shares account number
- advisorType: string
Code Shares adviser code of the transaction
- amountType: number
Amount of Transaction
- bankType: string
Account Number Bank account number
- branchType: string
Code Shares branch code of the transaction
- bsbType: string
Bank BSB
- currencyType: string
Code Currency code
- institutionType: string
Code Bank institution code
- organisationType: string
Code Organisation Code or Head Branch Code
- transactionType: string
Code Transaction Code / Type (e.g. DEP, WTH)
- transactionType: string Format: date-time
Date Date of transaction
- transactionType: string
Description Transaction Description
- transactionType: string
Reference Transaction Reference
Examples
{
"organisationCode": "TPOMAL",
"advisorCode": "ADV1",
"branchCode": "01",
"accountNumber": "111888",
"institutionCode": "MBLA",
"bsb": "063000",
"bankAccountNumber": "12345678",
"currencyCode": "AUD",
"transactionDate": "2025-06-11T00:00:00Z",
"transactionCode": "DEP",
"transactionReference": "DEP-0009911",
"transactionDescription": "Direct credit received",
"amount": 15000
}

