4 years ago
Bank Account Number missing from Accounts API
Hi all,
When trying to use the API's for retrieving banking details at 'GeneralLedger/Account', the BankAccountNumber field will not be populated.
I am using the developer's sandbox account and I can receive the BSB and account name:
"BankingDetails": {
"BSBNumber": "123-123",
"BankAccountNumber": "",
"BankAccountName": "SAMPLE ACCOUNT",
BankAccountNumber won't be populated. Greatly appreciate the help thanks.