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

American Express does not seem to work

harrisonhjones opened this issue · comments

Using http://www.ofxhome.com/index.php/institution/view/424 & http://wiki.gnucash.org/wiki/OFX_Direct_Connect_Bank_Settings as a guide I have the following bank options:

fid: 3101

, fidOrg: 'AMEX'
, url: 'https://online.americanexpress.com/myca/ofxdl/desktop/desktopDownload.do?request_type=nl_ofxdownload'
, bankId: 'americanexpress.com' /* If bank account use your bank routing number otherwise set to null /
, user: 'XXX'
, password: 'XXX'
, accId: 'XXX' /
Account Number /
, accType: 'CREDITCARD' /
CHECKING || SAVINGS || MONEYMRKT || CREDITCARD /
//, ofxVer: 103 /
default 102 /
, app: 'QWIN' /
default 'QWIN' /
, appVer: '1700' /
default 1700 */

I get a valid OFX response but it's just an error which contains the following error The server does not support the CREDITCARDMSGSRQV1 request, or a request was made against an invalid organization.

Any ideas?

I also get a The server does not support the SIGNONMSGSRQV1 request, or a request was made against an invalid organization.

I am having the same issue. I have been trying various settings with no success.

@harrisonhjones, Found the issue: 1e389fc

npm install banking is installing an older version that suffers this issue. Be sure to use a newer version.

I published the latest version to npm so it should be good to go now.