Home

Search the wiki

»

API Documentation


Mobile Payment

Send message response XML

RSS
The Gateway will return a XML document containing status of the logon request, and, if logon was ok, a status for each message submitted.

The DTD for a send SMS response is as follows:

<!-- PSWinCom DTD SMS Submit Response-->
<!ELEMENT ID (#PCDATA)>
<!ELEMENT REF (#PCDATA)>
<!ELEMENT LOGON (#PCDATA)>
<!ELEMENT REASON (#PCDATA)>
<!ELEMENT STATUS (#PCDATA)>
<!ELEMENT INFO (#PCDATA)>
<!ELEMENT RESULT (#PCDATA)>
<!ELEMENT MSG (ID, REF?, STATUS, INFO)>
<!ELEMENT MSGLST (MSG+)>
<!ELEMENT QRY (RESULT)>
<!ELEMENT QRYLST (QRY+)>
<!ELEMENT SESSION (LOGON, REASON, MSGLST?, QRYLST?)>

The response XML for the above sending XML document will be formatted as follows:

<?xml version="1.0"?>
<SESSION>
  <LOGON>OK</LOGON>
  <REASON></REASON>
  <MSGLST>
    <MSG>
      <ID>1</ID>
      <STATUS>OK</STATUS>
      <INFO></INFO>
    </MSG>
    <MSG>
      <ID>2</ID>
      <STATUS>OK</STATUS>
      <INFO></INFO>
    </MSG>
  </MSGLST>
</SESSION>
Gateway interfaces: | XML | HTTP | SMTP | SOAP | SFTP BatchLoader
Intouch interfaces: REST | Syncopy

© Copyright Link Mobility ASA.





GuestLogin