euforic / banking.js

The Missing API for Banks - Get all of your transactions and balances using node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank of America Says Software is outdated

adityavkk opened this issue · comments

When trying to hit the BOA api it responds with a software is outdated error.

@adityavkk try changing the appVers to a higher number


var bank = Banking({
    fid: 10898
  , fidOrg: 'B1'
  , url: 'https://yourBanksOfxApiURL.com'
  , bankId: '0123456'
  , user: 'username'
  , password: 'password'
  , accId: '0123456789' 
  , accType: 'CHECKING'
  , ofxVer: 103
  , app: 'QBKS'
  , appVer: '2000' /*Change to higher than the default 1700*/
});

Closing issue, but feel free to reopen if your still having issues

@euforic this is happening for me as well. I have increased the appVer to 3000 and to no avail.