thejroberts / ofx-download

OFX download scripts
2 stars 3 forks source link

Automatically discover accounts #11

Open thejroberts opened 11 years ago

thejroberts commented 11 years ago

Use the output from the account information query to discover all accounts for a given institution. (see OFXClient.acctQuery())

thejroberts commented 11 years ago

Using the username/pass, I can scrape the content of the account info request for the rest of what I need.

Bank account

<BANKACCTFROM>
    <BANKID>[routing #]
    <ACCTID>[account #]
    <ACCTTYPE>[account type]
</BANKACCTFROM>

Investment account

<INVACCTFROM>
    <BROKERID>[id]
    <ACCTID>[account #]
</INVACCTFROM>

Credit card account

<CCACCTFROM>
    <ACCTID>[account #]
</CCACCTFROM>