CashBankAccount
List of Bank Accounts
- bankType: string
Account Name - bankType: string
Account Number - bankType: number
Balance - bankType: number
Cleared Balance - bsbType: string
- currencyType: string
- institutionType: string
Code - lastType: string Format: date-time
Updated the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- serviceType: string
Type - settlementType: string
Method - transactionType: string
Type
Examples
{
"bankBalance": 21500.3,
"serviceType": "CMA",
"transactionType": "DRCR",
"bankAccountNumber": "12345678",
"bsb": "063000",
"lastUpdated": "2025-06-11T22:05:00Z",
"currency": "AUD",
"bankAccountName": "James Alan Smith",
"institutionCode": "MBLA",
"bankClearedBalance": 21500.3,
"settlementMethod": "DirectDebit"
}

