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

I added account gathering code

KenDodman opened this issue · comments

Added this to
FX.createRequest = function(opts) {

}else
    if (type == 'INFO') {
    var reqStr = getOfxHeaders(opts) +
      '<OFX>' +
      getSignOnMsg(opts) +
      '<SIGNUPMSGSRQV1>' + 
      '<ACCTINFOTRNRQ>' +
      '<TRNUID>' + util.uuid(32) +
      '<ACCTINFORQ>' +
      '<DTACCTUP>20121012111027.000' + 
      '</ACCTINFORQ>' +
      '</ACCTINFOTRNRQ>' +
      '</SIGNUPMSGSRQV1>' +
      '</OFX>';

please resubmit as a PR if you would like your changes added

@euforic have you implemented a way to do this yet?