CashBankAccount

List of Bank Accounts

  • bankAccountName
    Type: string
  • bankAccountNumber
    Type: string
  • bankBalance
    Type: number
  • bankClearedBalance
    Type: number
  • bsb
    Type: string
  • currency
    Type: string
  • institutionCode
    Type: string
  • lastUpdated
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • serviceType
    Type: string
  • settlementMethod
    Type: string
  • transactionType
    Type: string
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"
}