### Simplified OFX Request Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin1.html
A simplified example demonstrating the structure of an Open Financial Exchange request file. This example includes a sign-on message and a bank statement request, showcasing the SGML-like tagged format used for data identification and delimitation.
```SGML
19961029101000
123-45-6789
MyPassword
ENG
NCH
1001
MyApp
0500
1001
121099999
999988
CHECKING
Y
```
--------------------------------
### OFX Account Information Response Example (Banking)
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
An example of an OFX response message providing detailed account information for a banking account, including status, description, and service details.
```XML
12345
0
INFO
20050102
Power Checking
8002223333
1234567789
12345
CHECKING
Y
Y
Y
ACTIVE
```
--------------------------------
### OFX Account Information Request Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
An example of an OFX request message to retrieve account information, specifying a date for last update.
```XML
12345
20050101
```
--------------------------------
### OFX Enrollment Request XML Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
An example of an OFX XML message for an enrollment request. This snippet demonstrates how a client would send personal and contact information, along with a desired user ID and security details, to initiate the enrollment process with a financial institution.
```XML
12345
Joe
Lee
Smith
21 Main St.
Anytown
TX
87321
USA
123-456-7890
987-654-3210
jsmith@isp.com
jls
123-456-1234
jbmam
19530202
```
--------------------------------
### OFX GETMIMETRNRQ Request Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin3.html
Example of an OFX request to retrieve MIME content, including a transaction ID and the URL of the content to be retrieved.
```OFX
54321
http://www.fi.com/apage.html
```
--------------------------------
### OFX GETMIMETRNRQ Request Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
Example of an OFX request to retrieve MIME content, including a transaction ID and URL.
```OFX
54321
http://www.fi.com/apage.html
```
--------------------------------
### OFX Enrollment Reply XML Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
An example of an OFX XML message for an enrollment response. This snippet shows a successful reply, including the transaction UID, status information, a temporary password, the assigned user ID, and its expiration date, as returned by the financial institution.
```XML
12345
0
INFO
changeme
jls
20060105
```
--------------------------------
### HTTP Multi-part MIME OFX Response Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin3.html
Illustrates a multi-part MIME HTTP response containing an OFX GETMIMETRNRS and an HTML document. This example demonstrates how different content types can be embedded within a single HTTP response using boundaries.
```HTTP
HTTP 1.0 200 OK
Content-Type: multipart/x-mixed-replace; boundary =--boundary—
--boundary--
Content-Type: application/x-ofx
Content-Length: 8732
OFXHEADER:100
DATA:OFXSGML
VERSION:102
SECURITY:TYPE1
ENCODING:USASCII
54321
0
INFO
http://www.fi.com/apage.html
--boundary--
Content-Type: text/html
--boundary--
```
--------------------------------
### OFX Account Information Response XML Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin3.html
An example of an OFX message responding to an account information request. It shows details for a single checking account, including bank ID, account ID, type, and service status.
```XML
12345
0
INFO
19960102
Power Checking
8002223333
1234567789
12345
CHECKING
Y
Y
Y
ACTIVE
```
--------------------------------
### OFX Account Information Request XML Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin3.html
An example of an OFX message for requesting account information from a financial institution. It includes a transaction ID and a date for account update.
```XML
12345
19960101
```
--------------------------------
### OFX SGML Status Block Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/ofx1.0.2spec/Ofexfin1.html
Illustrates the case sensitivity requirement for element names and enumerated values in Open Financial Exchange (OFX) SGML structures, using a STATUS block example with CODE, SEVERITY, and MESSAGE elements.
```SGML
2000
ERROR
General Error
```
--------------------------------
### OFX Email Synchronization Request and Response Example
Source: https://github.com/ofxutilities/ofxspecs/blob/main/OFX1.0.3/OFX103-3.html
This example demonstrates an OFX email synchronization flow, showing a client's request (MAILSYNCRQ) and the server's subsequent reply (MAILSYNCRS) containing a missed email response. It includes token management and embedded HTML content.
```XML
101
N
N
Y
102
0
0
INFO
MyUserid
20060307
Noelani Federal Savings
James Hackleman
Re: What do I need to earn interest?
You need to maintain $1000 in this account to earn interest. Because your balance was only $750 this month, no interest was earned. You could also switch to our new Checking Extra plan that always pays interest. Call us or check our web page http://www.fi.com/check-plans.html for more information.
Sincerely,
Customer Service Department
Original message:
I didn’t earn any interest this month. Can you please tell me what I need to do to earn interest on this account?