What is the difference/changes between OFX 1.02 and OFX 2.03 formats?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This seems like an awfully vague question, but one major change I can see right away from looking at the relevant specs is that in OFX 1.x, it doesn’t look like closing tags are needed on some of the tags (I’m not sure which). For example, see the following request example from the v1.02 docs:
Notice how some of them don’t have closing tags? That’s apparently valid in 1.x. In v2.x, they moved to using a full XML format, so you have to have closing tags.