Difference between revisions of "OFX Direct Connect Bank Settings"

From GnuCash
Jump to: navigation, search
Line 70: Line 70:
  
 
|-
 
|-
| Wells Fargo Bank
+
| [http://www.wellsfargo.com Wells Fargo Bank]
 
| <nowiki>https://www.oasis.cfree.com/3001.ofxgp</nowiki>
 
| <nowiki>https://www.oasis.cfree.com/3001.ofxgp</nowiki>
 
| 3001
 
| 3001

Revision as of 02:31, 13 May 2007

Here are some settings for banks and credit cards. Follow this link for instructions on setting up OFXDirectConnect in GnuCash 2.

"Bank Name" may not be significant. "ORG" may be case sensitive. "Bank Code" is probably not used for credit cards, but may be critical for bank accounts. It is usually the same as the bank's ABA routing number. Userid and Username are usually the same.

If your bank does not appear on the list, you can attempt to contact your bank (usually does not work). Or you can try google. When you do find the right settings, please add them to this page!

Bank Server URL FID ORG FIPID
American Express (credit card) https://www99.americanexpress.com/myca/ofxdl/us/download?request_type=nl_desktopdownload 3101 AMEX
Bank of America, California (bank and credit card), see note below https://ofx.bankofamerica.com/cgi-forte/ofx?servicename=ofx_2-3&pagename=bofa 6805 Bank of America
Chase (credit card) https://onlineofx.chase.com/chase.ofx 10898 B1
Citi Bank (credit card) https://secureofx2.bankhost.com/citi/cgi-forte/ofx_rt?servicename=ofx_rt&pagename=ofx 24909 Citigroup
Citi Bank (Banking) (not found yet) 2102 Citibank
Discover Card (credit card) https://ofx.discovercard.com/ 7101 Discover Financial Services
First Tech CU (bank (cc untested)) https://ofx.firsttechcu.com/ 2243 First Tech Credit Union
NetBank (from MoneyDance Archive) https://netbankofx.com/ofx_security/ofx_security_server.dll 988 988
PNC Bank (bank - Wash DC area) https://www.oasis.cfree.com/test.ofxgp 4501 ISC
USAA (Banking) https://service2.usaa.com/ofx/OFXServlet 24591 USAA 5874
Wells Fargo Bank https://www.oasis.cfree.com/3001.ofxgp 3001 Wells Fargo

Note on BofA: The information listed here was verified to work for BofA California. It will most likely work with BoA accounts in other States. You need to call 1-800-792-0808 and ask the CSR to "enable transaction downloading in Quicken". There may be a $9.95 monthly charge for this convenience for consumer customers. But the fee is waived for me because I have monthly direct deposit. Once enabled, you can download transactions for all the accounts that are linked in your online banking. Other information you may need to set up the OFX Direct Connect is BankID = "121000358". --DS 14:08, 5 December 2006 (EST)

Note on American Express: "ORG" must be AMEX (case sensitive).

Note on Chase: OFX access may need to be enabled by visiting https://resources.chase.com/secure/CustomerCenter.aspx Customer Center / Reference Center / Tools / Activate Money, Quicken, etc.

Note on U.S. Bank: Fee $3.95/month for home user, $9.95-12.95/month for business.

Auto-Download everything:

Extensive (and probably near-complete) OFX DirectConnect information can also be auto-downloaded to your computer from a major accounting software provider's web archives by using the script found at http://www.jongsma.org/gc/. This script uses the programs curl and tidy (on debian/ubuntu apt-get install curl tidy). If you don't have these programs installed, the error messages are cryptic, so if it is not working first verify you have curl and tidy installed.

Use the commands:

   wget http://www.jongsma.org/gc/bankinfo/getfidata.sh.gz

then

   gzip -d getfidata.sh.gz

then

   bash getfidata.sh

This will download, according to the above webpages, "thousands of XML files," however finding this information on the web is difficult at best.

Once the files are downloaded, you will have a "fidata" zip file. Unpack it, and inside you will find three xml files (if you have all three dependant programs, as listed on the jongsma.org webpage), bank.xml, brokerage.xml and creditcard.xml. Open the one you want to search an institution for (such as in Firefox), search for your bank's name. Within that xml listing, you will find it's "<guid>," which corresponds to the xml file number under the "fi" directory you will see alongside these three main xml files.

Open the number listed as the "<guid>" for your bank: "<guid>6756</guid>" corresponds to 6756.xml in the fi folder.

This file will contain the information needed to get GNUCash's OFX DirectConnect working with your bank's OFX DirectConnect feature.