[GNC] AQBanking OFX DirectConnect

Christopher Singley csingley at gmail.com
Wed Mar 18 16:12:09 EDT 2020


Are you able to make OFX connection with USAA's server in any manner 
whatsoever?

I have a dormant USAA bank account that I used to be able to download, 
that now is returning HTTP 400 for the same OFX configs that used to 
work.  They haven't moved the server, have they?

(ofxtools) 11:39:27 csingley at nous ofxtools sequences ? ofxget list usaa

USAA Federal Savings Bank
ofxhome = 483
url = https://service2.usaa.com/ofx/OFXServlet
version = 103
org = USAA
fid = 24591
user = <left zero-padded member #>
bankid = 314074269
savings = <redacted>
checking = <redacted>
unclosedelements = true
clientuid = <redacted>

These used to work, but now raise HTTP 400.

The problem may be larger than AqBanking...

On 3/18/20 2:40 PM, John Ralls wrote:
>
>> On Mar 18, 2020, at 9:33 AM, Christopher Singley <csingley at gmail.com> wrote:
>>
>> You're sending VERSION="220", which USAA doesn't accept.  You need to send VERSION="200" or VERSION="202".  Try that.
> No joy, I still get a 400 response, but it does occur to me that it isn't necessarily an OFX issue, it could be that the HTTP request itself is malformed.
>
> <?xml version="1.0" encoding="utf-8" standalone="no"?>
> <?OFX OFXHEADER="200" VERSION="202" SECURITY="NONE" OLDFILEUID="NONE"?>
> <OFX>
> <SIGNONMSGSRQV1>
> <SONRQ>
> <DTCLIENT>20200318122832</DTCLIENT>
> <USERID>XXXXXXXX</USERID>
> <USERPASS>XXXXXXXX</USERPASS>
> <LANG>ENG</LANG>
> <FI>
> <ORG>USAA</ORG>
> <FID>24591</FID>
> </FI>
> <APPID>QWIN</APPID>
> <APPVER>2300</APPVER>
> </SONRQ>
> </SIGNONMSGSRQV1>
> <CREDITCARDMSGSRQV1>
> <CCSTMTTRNRQ>
> <TRNUID>20200318122835</TRNUID>
> <CCSTMTRQ>
> <CCACCTFROM>
> <BANKID>24591</BANKID>
> <ACCTID>XXXXXXXXXX</ACCTID>
> </CCACCTFROM>
> <INCTRAN>
> <DTSTART>20200310000000</DTSTART>
> <DTEND>20200318000000</DTEND>
> <INCLUDE>Y</INCLUDE>
> </INCTRAN>
> </CCSTMTRQ>
> </CCSTMTTRNRQ>
> </CREDITCARDMSGSRQV1>
> </OFX>
>
> Regards,
> John Ralls


More information about the gnucash-user mailing list