csingley/ofxtools

Some banks (Chase in this case) require a clientuid

Closed this issue · 1 comments

I'll submit a PR shortly to address this issue.

Chase expects a UUID (v4, with no dashes) assigned to clientuid. The first request "sets" the clientuid and you must use the same one in following requests (or call their customer service to reset it 😬 )

Unrelated but helpful: use version=220, appid='QWIN', appver='2500' as kwargs for OFXClient

Addressed by b37a72c

Thank you!