[GNC-dev] New OFX Requirements For USAA FSB
Bob White
white.b at me.com
Fri Feb 12 13:46:59 EST 2021
Martin,
Thanks! Being able to see the header cleared things right up--there was a spurious "%0A" hanging off the end of the my 'serverAddr' in the user settings file, how it got there I do not know.
As it turns out, with a proper user config, the current master branches of gwenhywfar and aqbanking/aqbanking-cli are good to download from USAA's new OFX URL https://df3cx-services.1fsapi.com/casm/usaa/access.ofx.
For the list--when is the next release of GnuCash?
Regards,
Bob
On February 12, 2021 at 9:50 AM, Martin Preuss <martin at aquamaniac.de> wrote:
Bob,
Am 12.02.21 um 04:40 schrieb Bob White:
[...]
Not being familiar with the gwenhywfar lib I haven't been able to see the actual buffer with the content of the POST request.
[...]
You could increase the logelvel of libgwen to "debug", that should show the header sent (among many, many other things):
GWEN_LOGLEVEL=debug aqbanking-cli ...
However, you could also call the OFXDirectConnect backend with a account list request:
--------------------------------------------------------------------X8
aqbanking-cli --control=aqofxconnect listusers
--------------------------------------------------------------------X8
This shows the list of OFX users setup for AqBanking, the needed user id is at the end of the resulting line.
You can then request a list of accounts for that bank:
--------------------------------------------------------------------X8
GWEN_LOGLEVEL=debug aqbanking-cli --control=aqofxconnect getaccounts -u USERID
--------------------------------------------------------------------X8
This will produce a ton of logs on the console and possibly contain sensitive information not to post unfiltered...
Regards
Martin
More information about the gnucash-devel
mailing list