Topic: Determining the appropriate OFX version

I'm writing some software that supports OFX 1.0.2 and 1.0.3 and eventually 2.x.x. My question is, how do I know which version I *should* use when I contact the server? Is that something you should just know ahead of time (along with the URL, ORG, FID)?

Thanks,

Adam

Re: Determining the appropriate OFX version

I don't have an answer for you.  I have always used 102 for the version string.  But it seems that some institutions only support version 103.  See http://ofxblog.wordpress.com/page/3/ for example.

Re: Determining the appropriate OFX version

From the protocol, there is no way to just get the version #, you have to use a particular version and see it works.
Maybe adopt a strategy where you fall back to different ofx version of the first one doesnt return valid data??