Skip to content

Instantly share code, notes, and snippets.

@jvz
Created May 30, 2012 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvz/2837829 to your computer and use it in GitHub Desktop.
Save jvz/2837829 to your computer and use it in GitHub Desktop.
Example OFX file
<OFX>
<SIGNONMSGSRQV1>
<SONRQ>
<DTCLIENT>20071015021529.000[-8:PST]
<USERID>Greg123
<USERPASS>Greg
<LANGUAGE>ENG
<FI>
<ORG>MYBANK
<FID>01234
</FI>
<APPID>QWIN
<APPVER>0900
</SONRQ>
</SIGNONMSGSRQV1>
<BANKMSGSRQV1>
<STMTTRNRQ>
<TRNUID>23382938
<STMTRQ>
<BANKACCTFROM>
<BANKID>987654321
<ACCTID>098-121
<ACCTTYPE>SAVINGS
</BANKACCTFROM>
<INCTRAN>
<INCLUDE>Y
</INCTRAN>
</STMTRQ>
</STMTTRNRQ>
</BANKMSGSRQV1>
</OFX>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment