Bank Account Number missing from Accounts API

This thread is now closed to new comments.
Some of the links and information provided in this thread may no longer be available or relevant.
If you have a question please start a new post.
jake11
1 Post
User

1Posts

0Kudos

0Solutions

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.
1 REPLY 1
Hannah_B
MYOB Moderator
142 Posts
MYOB Moderator
Australia
MYOB Moderator

142Posts

33Kudos

25Solutions

Re: Bank Account Number missing from Accounts API

Hi @jake11

 

Thanks for reaching out, I have tested this in my own sandbox using the endpoint GeneralLedger/Account and test details and this pulled via the API without any issues. 

 

"BankingDetails": {
"BSBNumber": "100-000",
"BankAccountNumber": "123456",
"BankAccountName": "API TEST",
"TadingName": "API TEST",

 

This would suggest to me that there might not be a bank account entered against this account. If you confirm the Sandbox file name and the Account Name I am happy to check the setup. 

 

Thanks, 

 

 


Thanks,
@Hannah_B


MYOB API Specialist


MYOB API Support Centre|MYOB App Marketplace|MYOB AccountRight API Endpoint Doc's



Did my answer help?


Mark it as a Solution

Didn't find your answer here?

Try using advanced search to find a post more easily Advanced Search
or
Get the conversation started and make a new post Start a Post