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 2012-05-18 08:22:28
Re: VB.NET HttpWebRequest Example (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 2012-05-16 09:22:38
Re: VB.NET HttpWebRequest Example (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 2012-05-03 10:04:36
Re: How to get Wellsfargo bank transcations (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.
5 2012-05-03 07:58:41
Topic: PSECU Profile - 400 Bad Request (0 replies, posted in Institution Errors)
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 2011-09-19 08:37:46
Re: How to create OFX Application/Server (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 2010-10-06 09:01:13
Re: DTCLIENT issues (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 2010-03-12 06:58:59
Re: Capital One (9 replies, posted in Institution Comments)
Yes, this one: https://onlinebanking.capitalone.com/ofx/process.ofx.
9 2010-03-11 06:44:51
Re: American Express Card (21 replies, posted in Institution Errors)
It works perfect. Apparently their server was down the first time a tried.
Thank you!
10 2010-03-10 10:53:43
Re: Capital One (9 replies, posted in Institution Comments)
That is actually the correct URL. It worked fine for me.
11 2010-03-10 10:36:16
Re: acctid in credit card statements download request (7 replies, posted in OFX Spec)
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 2010-03-09 09:39:43
Re: OFX Money transfers (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 2010-03-09 09:30:53
Re: OFX Providers (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.
14 2010-03-09 09:21:10
Re: acctid in credit card statements download request (7 replies, posted in OFX Spec)
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 2010-03-08 09:41:48
Re: American Express Card (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 2010-01-25 07:00:14
Re: VB.NET HttpWebRequest Example (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.
17 2010-01-08 06:16:17
Topic: FI that supports OFX Version 2.1 (1 replies, posted in Institution Data)
Does anybody know any FI that supports OFX version 2.1.x (2.1 or 2.1.1) ?
Thanks in advance!!
18 2009-08-27 09:43:08
Re: OFX Logistics (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 2009-06-23 05:26:27
Topic: Retrieving check/statement images (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!