[GNC] AQBanking OFX DirectConnect

John Ralls jralls at ceridwen.us
Wed Mar 18 15:40:28 EDT 2020



> 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