Skip to content

Authorization

Service Reference Name: Authorization

General

The POS requests SIHOT.PMS to authorize a credit card. SIHOT.PMS will answer, if this amount is OK or not, with some detailed information.

The answer will deliver e.g.:

  • If the amount is OK or not
  • the type of the credit card

REQUEST

Creditcard

RESPONSE

The answer is of type Result and CreditCardResponse

Direction

SIHOT.PMS ← IF Partner

Message

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soapenv:Header />
  <soapenv:Body>
    <AuthorizationRequest xmlns="http://www.gubse.com/IFS/RMS.xsd">
      <TransactionID>string</TransactionID>
      <Authentification>
        <SecurityID>string</SecurityID>
      </Authentification>
      <authorization />
      <block_creditcard>
        <type>Base: string Pattern: NORMAL or VOID</type><!--Optional--><ccNumber>string</ccNumber><!--Optional--><ccType>Base: string Pattern: ([0-9])*</ccType><!--Optional--><CVC>string</CVC><!--Optional--><expire>string</expire><!--Optional--><track1>string</track1><!--Optional--><track2>string</track2><!--Optional--><track3>string</track3>
        <amount>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</amount><!--Optional--><refNo>string</refNo><!--Optional--><addText>string</addText><!--Optional--><terminalID>string</terminalID>
        <ccTerminalID>string</ccTerminalID><!--Optional--><EMVTerminalID>string</EMVTerminalID><!--Optional--><cancelID>Base: string Pattern: ([0-9])*</cancelID>
        <authType>Base: string Pattern: [BSG]</authType>
      </block_creditcard>
    </AuthorizationRequest>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Message

Name Type
AuthorizationRequest
TransactionID string
Authentification Node
SecurityID string
authorization Node
block_creditcard Node
type Base: string Pattern: NORMAL or VOID
ccNumber string
ccType Base: string Pattern: ([0-9])*
CVC string
expire string
track1 string
track2 string
track3 string
amount Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9])
refNo string
addText string
terminalID string
ccTerminalID string
EMVTerminalID string
cancelID Base: string Pattern: ([0-9])*
authType Base: string Pattern: [BSG]

Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:envgen="http://soapenvelopegenerator.eduardocastro.info/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soapenv:Header />
  <soapenv:Body>
    <AuthorizationResponse xmlns="http://www.gubse.com/IFS/RMS.xsd">
      <TransactionID>string</TransactionID>
      <Result>
        <Success>Base: string Pattern: true or false</Success><!--Optional--><ErrorMsg>string</ErrorMsg><!--Optional--><MSG-LIST><!--Optional--><MSG-ENTRY><!--Optional--><MSG-LEVEL>Base: string Pattern: ERROR or WARNING or INFO</MSG-LEVEL><!--Optional--><MSG-CLASS>string</MSG-CLASS><!--Optional--><MSG-NO>Base: string Pattern: ([0-9])*</MSG-NO><!--Optional--><MSG-TEXT>string</MSG-TEXT><!--Optional--><MSG-ENTRY-PARAM-LIST><!--Optional--><PARAM><!--Optional--><INDEX>Base: string Pattern: ([0-9])*</INDEX><!--Optional--><VALUE>string</VALUE>
              </PARAM>
            </MSG-ENTRY-PARAM-LIST><!--Optional--><MSG-COMMENT>string</MSG-COMMENT><!--Optional--><MSG-SUPRESSED>string</MSG-SUPRESSED>
          </MSG-ENTRY>
        </MSG-LIST>
      </Result><!--Optional--><authorization>string</authorization><!--Optional--><block_creditcard>
        <authorized>Base: string Pattern: YES or NO</authorized><!--Optional--><ccNumber>string</ccNumber><!--Optional--><ccType>Base: string Pattern: ([0-9])*</ccType><!--Optional--><receipt>string</receipt><!--Optional--><CVC>string</CVC><!--Optional--><expire>string</expire><!--Optional--><track1>string</track1><!--Optional--><track2>string</track2><!--Optional--><track3>string</track3><!--Optional--><refNo>string</refNo><!--Optional--><amount>Base: string Pattern: ([-+]){0,1}([0-9])*\.{0,1}([0-9])*</amount><!--Optional--><addText>string</addText><!--Optional--><terminalID>string</terminalID><!--Optional--><ccTerminalID>string</ccTerminalID><!--Optional--><cancelID>Base: string Pattern: ([0-9])*</cancelID><!--Optional--><authNo>string</authNo><!--Optional--><timeStamp>string</timeStamp><!--Optional--><inputType>string</inputType><!--Optional--><merchantId>string</merchantId><!--Optional--><authType>string</authType>
      </block_creditcard>
    </AuthorizationResponse>
  </soapenv:Body>
</soapenv:Envelope>

Attributes Response

Name Type
AuthorizationResponse
TransactionID string
Result Node
Success Base: string Pattern: true or false
ErrorMsg string
MSG-LIST Node
MSG-ENTRY Node
MSG-LEVEL Base: string Pattern: ERROR or WARNING or INFO
MSG-CLASS string
MSG-NO Base: string Pattern: ([0-9])*
MSG-TEXT string
MSG-ENTRY-PARAM-LIST Node
PARAM Node
INDEX Base: string Pattern: ([0-9])*
VALUE string
MSG-COMMENT string
MSG-SUPRESSED string
authorization string
block_creditcard Node
authorized Base: string Pattern: YES or NO
ccNumber string
ccType Base: string Pattern: ([0-9])*
receipt string
CVC string
expire string
track1 string
track2 string
track3 string
refNo string
amount Base: string Pattern: ([-+]){0,1}([0-9]).{0,1}([0-9])
addText string
terminalID string
ccTerminalID string
cancelID Base: string Pattern: ([0-9])*
authNo string
timeStamp string
inputType string
merchantId string
authType string