Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<message>
      <authorization>
             <login>
                 outlogin  
             </login>
             <password>
                  outpassword  
             </password>
        </authorization >
        <event type="AFS_CHANGED">
              <payment>
                  <id>
             Payment id
           <id>
                   <fstatus>
                      Fraud-status code (see  Table 4.1section "External system client side requirements")
            </fstatus >
                   <reason>
                       Fraud-status setting reason code (see table 4.2 section "External system client side requirements")
                   </reason>
              < /payment>
         </event>
<message>

...

The external system may implement services to receive information about events in the SOFI for asynchronous analysis of payment check results and/or to transfer the specifying data (see p. 5.4). To do this, the external system has to use a web-server that receives HTTPS-requests from SOFI. The body of any request is a XML-document with information about the event in the SOFI. The external system Web-service must retrieve data from the XML in accordance with the structure description in the DTD and perform the necessary actions.

...