Ofex v0.2.1 Ofex.Signon

Summary

Functions

Parses SIGNONMSGSRSV1 message set for details of the OFX signon response

Functions

create(ofx_data)
create(binary) :: {:signon, %{}}

Parses SIGNONMSGSRSV1 message set for details of the OFX signon response.

  • :status_code
  • :status_severity
  • :language
  • :financial_institution

Returns a tuple that is later used to create a map.

Example of a typical SIGNONMSGSRSV1 message:

<!-- <SIGNONMSGSRSV1> --> <!-- Top level tag parsed out before getting here -->
    <SONRS>
        <STATUS>
            <CODE>0</CODE>
            <SEVERITY>INFO</SEVERITY>
        </STATUS>
        <DTSERVER>20170127110131.603[-5:EST]</DTSERVER>
        <LANGUAGE>ENG</LANGUAGE>
        <FI>
          <ORG>Galactic CU</ORG>
        </FI>
    </SONRS>
<!-- </SIGNONMSGSRSV1> -->