Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inability to pull multiple accounts in one user domain #26

Open
at4260 opened this issue Mar 12, 2015 · 1 comment
Open

Fix inability to pull multiple accounts in one user domain #26

at4260 opened this issue Mar 12, 2015 · 1 comment
Labels

Comments

@at4260
Copy link
Owner

at4260 commented Mar 12, 2015

Continuation of issue #13, but not urgent because there are no other test accounts to use.

When there is only one account per user domain, then the Intuit API and Python library aggcat returns:
<AggCatResponse 201>
<Investmentaccount object @ ----->
This is one object and allows attributes to be called on it.

However, when the user domain has multiple accounts (ex: Chase login/pw with a checking account, credit card, mortgage, etc), then aggcat returns:
<AggCatResponse 201>
<Accountlist object @ ----->

The aggcat documentation states that it is supposed to return this:
<Accountlist object [<Investmentaccount object @ 0x1090c9bd0>,<Loanaccount object @ 0x1090c9890> ...] @ 0x1090c9b10>
This allows the user to itierate through the list of accounts and then call attributes on it.

Currently, <Accountlist object @ -----> does not allow me to itierate through the list or call attributes, so I am not able to pull the account information from each account.

The authentication process (challenge response) will have a similar issue. Without being able to see the list of challenge questions, I won't be able to respond and authenticate the account.

Aggcat documentation:
https://aggcat.readthedocs.org/en/latest/api.html

Aggcat github:
https://github.com/glenbot/python-aggcat

@at4260 at4260 added the bug label Mar 12, 2015
@at4260
Copy link
Owner Author

at4260 commented Mar 13, 2015

Contacted owner of aggcat (glenbot). He is in the process of moving the API to use JSON instead of XML. After that is complete, my plan is to install the new library and refactor my code in order to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant