Ok, so I got the starter version of Quicken for Mac (30-day free trial) and the
setup had me create a new user id and access code with USAA.
Looking at OFX log files after setup I get new APPID, APPVER and CLIENTUID:
{{-[59]-
2021-01-28 16:50:44 +0000: Request to:
https://df3cx-services.1fsapi.com/casm/usaa/access.ofx (BID 67811)
Full request body string:
OFXHEADER:100
DATA:OFXSGML
VERSION:103
SECURITY:NONE
ENCODING:USASCII
CHARSET:1252
COMPRESSION:NONE
OLDFILEUID:NONE
NEWFILEUID:NONE
<OFX>
<SIGNONMSGSRQV1>
<SONRQ>
<DTCLIENT>20210128115044.978[-5:EST]
<USERID>XXXX
<USERPASS>XXXXXX
<GENUSERKEY>N
<LANGUAGE>ENG
<FI>
<ORG>USAA Federal Savings Bank
<FID>67811
</FI>
<APPID>QMOFX
<APPVER>2300
<CLIENTUID>xxxxxxxx-DB64-4AC0-A835-xxxxxx840640
</SONRQ>
</SIGNONMSGSRQV1>
<PROFMSGSRQV1>
<PROFTRNRQ>
<TRNUID>xxxxxxxx-8F48-47B5-A984-xxxxxx03392E
<PROFRQ>
<CLIENTROUTING>MSGSET
<DTPROFUP>xxxx0101
</PROFRQ>
</PROFTRNRQ>
</PROFMSGSRQV1>
</OFX>
}}-[59]-
I am wondering if this will require aqbanking updates for OFXSGML. I was able
to download accounts with new user settings, but still fails to download
transactions. User config:
int uniqueId="4557"
char backendName="aqofxconnect"
char userName="Robert B White"
char userId="xxxxx362"
char customerId="xxxxx362"
char country="us"
char bankCode="0000000000"
int lastSessionId="0"
data {
backend {
char bankName="USAA Federal Savings Bank"
char org="USAA"
char fid="67811"
char
serverAddr="https%3A%2F%2Fdf3cx-services.1fsapi.com%2Fcasm%2Fusaa%2Faccess.ofx"
char appId="QMOFX"
char appVer="2300"
char headerVer="103"
char clientUid="xxxxxxxx-DB64-4AC0-A835-xxxxxx840640"
int httpVMajor="0"
int httpVMinor="0"
} #backend
} #data
On January 28, 2021 at 11:33 AM, David Reiser <dbrei...@icloud.com> wrote:
unix systems will generate a clientUid with the terminal command: uuidgen
I make it all lower case and remove the hyphens by using the command in the form
"uuidgen | awk '{print tolower($0)}' | tr -d -"
I don’t know how important case or hyphens/lack of hyphens is.
There’s a box in the aqbanking setup to enter a clientUid.
--
Dave Reiser
dbrei...@icloud.com
On Jan 28, 2021, at 11:15 AM, Bob White <whit...@me.com> wrote:
Thanks, Dave.
Updating to 2700 alone did not work.
Do I need to go through actual Quicken software to generate the clientUid?
Regards,
Bob
Sent from my iPhone
On Jan 28, 2021, at 10:41 AM, David Reiser <dbrei...@icloud.com> wrote:
The first thing to try is setting the appVer to 2700 (nine years newer than
1800).
If that doesn’t work on its own, try setting headerVer to 103 and creating a
clientUid
--
Dave Reiser
dbrei...@icloud.com
On Jan 28, 2021, at 10:30 AM, Bob White via gnucash-user
<gnucash-user@gnucash.org> wrote:
As of 27 Jan 2021 USAA has deprecated aqbanking QWIN v1800 support. Can
connect, but transactions are no longer downloaded.
I confirmed with USAA. I am trying to get details on newer requirements from
USAA but it is difficult--they will only troubleshoot with the actual Quicken
app, which I do not have.
Waiting on a callback from USAA.
Has anyone else experienced these issues or know of a resolution?
Thanks,
Bob
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.