csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Some banks (Chase in this case) require a clientuid #22

Closed PierreRochard closed 7 years ago

PierreRochard commented 7 years ago

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

PierreRochard commented 7 years ago

Addressed by https://github.com/csingley/ofxtools/commit/b37a72c358d95df9c9216b627feb41cfc46d77bd

Thank you!