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

APPVER=2000

jchaney opened this issue · comments

Just an FYI, I had to change APPVER to 2000 in order for my bank ( Wells Fargo ) to accept a connection. Here's some data I found:

  • Intuit Quicken Windows 2011 (APPID=QWIN, APPVER=2000, Header Ver=102)
  • Intuit Quicken Windows 2010 (APPID=QWIN, APPVER=1900, Header Ver=102)
  • Intuit QuickBooks Windows 2008 (APPID=QBW, APPVER=1800, Header Ver=102)
  • Intuit Quicken Mac 2008 (APPID=QMOFX, APPVER=1700, Header Ver=102)

Thanks I am actually going to push an update with the ability to set the app version on the fly so I will add this to to the readme or if you want to put a pull request in I will accept it too. Thanks again