GnuCash 2.4.13 Capital One DirectConnect Fix
Apparently Capital One made some changes to their banking servers in Dec 2012, causing automatic transaction downloading to break in GnuCash. Here is a fix that should allow you to properly connect & download account info from Capital One:
- Follow the instructions for Setting up OFXDirectConnect in GnuCash 2.
- Under User Settings, enter your User Name, then enter the string 6c88247e-ab53-46f4-b9c0-ecaee283570f as the Client UID (via this link)
- Under Bank Settings, grab the Capitol One bank info by clicking the Select button and searching.
- In Application Settings, make sure the Header Version is set to 103 (via this link)
- Hit OK to save. Now, you should be able to return to the Bank Settings tab to Retrieve Accounts!
If your Client UID and/or Header Version (aka OFX Version) are set incorrectly, you may receive an error like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
19:09:34 Sending request... 19:09:34 Connecting to server... 19:09:34 Resolving hostname "onlinebanking.capitalone.com" ... 19:09:34 IP address is "208.80.50.50" 19:09:34 Connecting to "onlinebanking.capitalone.com" 19:09:35 Connected to "onlinebanking.capitalone.com" 19:09:36 Connected. 19:09:36 Sending message... 19:09:37 Message sent. 19:09:37 Waiting for response... 19:09:37 Receiving response... 19:09:39 HTTP-Status: 200 (OK) 19:09:39 Response received. 19:09:39 Disconnecting from server... 19:09:39 Disconnected. 19:09:39 Parsing response... 19:09:39 Parsing response 19:09:39 Status for signon request: General error (Code 2000, severity "ERROR") Error other than those specified by the remaining error codes. (Note: Servers should provide a more specific error whenever possible. Error code 2000 should be reserved for cases in which a more specific code is not available.) 19:09:39 Status for account info request: General error (Code 2000, severity "ERROR") Error other than those specified by the remaining error codes. (Note: Servers should provide a more specific error whenever possible. Error code 2000 should be reserved for cases in which a more specific code is not available.) 19:09:39 Operation finished, you can now close this window. |