1

(1 replies, posted in Institution Data)

You should make sure that ALL dates in the request should have the same format (i.e., if you omit the timezone/offset part in one, all other dates present in the request should follwo the same format).

2

(18 replies, posted in OFX Spec)

The other thing I can think of is security type in ofx headers. Try setting it to 'none' instead of 'type1':

SECURITY:NONE

The rest looks ok. Let me know if that works for you.

3

(18 replies, posted in OFX Spec)

I think the problem is on the dates' format. Most FI servers like dates to be exactly in the same format.
While you have:
<DTSTART>20120501
<DTEND>20120511155514

Try to set DTSTART same as DTEND format (yyyyMMddhhmmss) and see what happens.

4

(12 replies, posted in OFX Spec)

I think the problem is with your date format. The dates should be in OFX format: YYYYMMddHHmmss.xxx[G:Z].

Try to set StartDate and EndDate in this format and see if that works for you.

I am trying to get the FI Profile for PSECU bank, but keep getting Error 400 - Bad request.

This is the request I'm sending:


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

<OFX>
<SIGNONMSGSRQV1>
<SONRQ>
<DTCLIENT>20120503114311.728[-5:EST]
<USERID>anonymous00000000000000000000000
<USERPASS>anonymous00000000000000000000000
<LANGUAGE>ENG
<FI>
<ORG>Teknowledge
<FID>54354
</FI>
<APPID>QWIN
<APPVER>1900
</SONRQ>
</SIGNONMSGSRQV1>
<PROFMSGSRQV1>
<PROFTRNRQ>
<TRNUID>297c6eae-524a-0f58-160b-3fc4e070f79b
<PROFRQ>
<CLIENTROUTING>NONE
<DTPROFUP>20000101120000.000[+0:GMT]
</PROFRQ>
</PROFTRNRQ>
</PROFMSGSRQV1>
</OFX>

Any idea to why this happening?

Thank you!!

6

(3 replies, posted in OFX Spec)

Have a look at E-Banking Integrator components offered by /n software:

http://nsoftware.com/download/Default.aspx

You can easily use those to build your own application.

7

(2 replies, posted in Institution Data)

Your date format is correct. Just tested your actual date value and it worked fine for me.

Not sure why you are receving that error message...

8

(9 replies, posted in Institution Comments)

Yes, this one: https://onlinebanking.capitalone.com/ofx/process.ofx.

9

(21 replies, posted in Institution Errors)

It works perfect. Apparently their server was down the first time a tried.

Thank you!

10

(9 replies, posted in Institution Comments)

That is actually the correct URL. It worked fine for me.

Yes, that is correct. But I don't think Amex supports 2.1.x. I use Amex and it works fine with 1.0.2. But again, with this OFX version, Account Id is required.

12

(2 replies, posted in General)

Yes, you can do both if your bank support these services (via OFX). Check your FI profile or call them.

13

(1 replies, posted in OFX Tools)

Yes, I have been using it for quite a while and it works perfect for me. Their support team is very good too.

This is applicable only for OFX 2.1.x.  Make sure your FI supports this. Otherwise, the <ACCTID> tag is required.

What FI are you using?

15

(21 replies, posted in Institution Errors)

What URL are u using exactly? I tried the one suggested, but no luck... Please help!!

Thank you!

16

(18 replies, posted in OFX Spec)

I have been trying to implement check/statement image, but no luck testing it so far...

The main problem is that I do not know any FI that supports OFX 2.1 (transaction image download service is supported only by this version), so I can test my app.

Does anybody know any FI that supports OFX 2.1 and image download service?

Please help! Thank you in advance.

Does anybody know any FI that supports OFX version 2.1.x (2.1 or 2.1.1) ?

Thanks in advance!!

18

(1 replies, posted in OFX Spec)

I would suggest you take a look at IBiz E-Banking integrator by /n software: http://www.nsoftware.com/ibiz/ebank/default.aspx

It worked perfectly for me and their support team is excellent.

19

(1 replies, posted in OFX Tools)

Has anybody tested getting check images with any FI using OFX 2.x ?
I'm trying this with Wachovia Bank and BB&T (adding <INCTRANIMG> in the request), but keep getting: HTTP protocol error. 500 <BODY><H1>Server Error</H1>Error while processing request by OFX server</BODY>.
Has anybody ever tried this tag?
Any help would be much appreciated. Thanks!