Topic: PNC Bank

I get no error in getting the ofx file downloaded. However, the file has no data in it and Money does not recognize it.

Re: PNC Bank

The URL listed for PNC Bank is wrong. I was not able to successfully get any transaction data at the listed URL.

The correct URL that I was able to get transaction data successfully from was https://www.oasis.cfree.com/4501.ofxgp

An Admin should change this URL to the correct one.

Re: PNC Bank

I tried the URL from the previous post (https://www.oasis.cfree.com/4501.ofxgp) and I keep getting the 15500 error.  This is my first time with OFX.  Are there any other gotchas that I need to be made aware of?  Do I need to set anything up with PNC beforehand?  Has anybody else had any success with PNC recently?  Below is my request that is returning the 15500 error.  I am using C# code I found in another thread to construct the request.  Any help is much appreciated!

OFXHEADER:100\r\n
DATA:OFXSGML\r\n
VERSION:102\r\n
SECURITY:NONE\r\n
ENCODING:USASCII\r\n
CHARSET:1252\r\n
COMPRESSION:NONE\r\n
OLDFILEUID:NONE\r\n
NEWFILEUID:NONE\r\n\r\n

<OFX>\r\n
    <SIGNONMSGSRQV1>\r\n
        <SONRQ>\r\n
            <DTCLIENT>20140404060719.000[-5:EST]\r\n
            <USERID>\r\n
            <USERPASS>\r\n
            <LANGUAGE>ENG\r\n
            <FI>\r\n
                <ORG>ISC\r\n
                <FID>4501\r\n
            </FI>\r\n
            <APPID>MyApp\r\n
            <APPVER>1900\r\n
        </SONRQ>\r\n
    </SIGNONMSGSRQV1>\r\n
    <BANKMSGSRQV1>\r\n
        <STMTTRNRQ>\r\n
            <TRNUID>1B8A9C4905JDL4F08FE275066DC68A8C\r\n
            <STMTRQ>\r\n
                <BANKACCTFROM>\r\n
                    <BANKID>\r\n
                    <ACCTID>\r\n
                    <ACCTTYPE>CHECKING\r\n
                </BANKACCTFROM>\r\n
                <INCTRAN>\r\n
                    <DTSTART>20140101120000\r\n
                    <DTEND>20140404060719\r\n
                    <INCLUDE>Y\r\n
                </INCTRAN>\r\n
            </STMTRQ>\r\n
        </STMTTRNRQ>\r\n
    </BANKMSGSRQV1>\r\n
</OFX>

4 (edited by IcyBricks 2015-07-18 17:11:31)

Re: PNC Bank

>I am trying to download an .ofx from a personal account I have with PNC Bank VirtualWallet using Ofxget. I've tried with and without my Account Number, since its optional, however the .ofx file that is returned does not contain any transactions. Why would this be? When I manually download the .QFX that PNC offers it does show all my transactions.

If I try to visit https://www.oasis.cfree.com/4501.ofxgp the page simply says "Unknown error or not supported!"