ProcessTransaction


Click here for a complete list of operations.

TransactionInfoLookup

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
MerchantId:
ClientId:
Password:
TransactionReference:
OwnerClientId:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /integralws6/integralws.asmx HTTP/1.1
Host: wsimp2.payrouter.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ws.payrouter.net/TransactionInfoLookup"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <TransactionInfoLookup xmlns="https://ws.payrouter.net/">
      <MerchantId>string</MerchantId>
      <ClientId>string</ClientId>
      <Password>string</Password>
      <TransactionReference>string</TransactionReference>
      <OwnerClientId>string</OwnerClientId>
    </TransactionInfoLookup>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <TransactionInfoLookupResponse xmlns="https://ws.payrouter.net/">
      <TransactionInfoLookupResult>
        <ResponseCode>string</ResponseCode>
        <Message>string</Message>
        <ErrorNumber>string</ErrorNumber>
        <TransactionMode>string</TransactionMode>
        <TransactionType>string</TransactionType>
        <DataEntryType>string</DataEntryType>
        <CurrencyCode>string</CurrencyCode>
        <TransactionValue>string</TransactionValue>
        <CashbackValue>string</CashbackValue>
        <CardDetails>string</CardDetails>
        <ExpiryDate>string</ExpiryDate>
        <StartDate>string</StartDate>
        <IssueNumber>string</IssueNumber>
        <ReferenceText>string</ReferenceText>
        <DccCurrencyCode>string</DccCurrencyCode>
        <DccExchangeRate>string</DccExchangeRate>
        <DccValue>string</DccValue>
        <DccExponent>string</DccExponent>
        <AuthCode>string</AuthCode>
        <TransactionReference>string</TransactionReference>
        <AuthSource>string</AuthSource>
        <MerchantNumber>string</MerchantNumber>
        <TerminalId>string</TerminalId>
        <CardScheme>string</CardScheme>
        <TransactionState>string</TransactionState>
        <TransactionDateTime>string</TransactionDateTime>
        <DccReceiptTrailor>string</DccReceiptTrailor>
        <EmvApplicationIdentifier>string</EmvApplicationIdentifier>
        <EmvApplicationLabel>string</EmvApplicationLabel>
        <EmvPreferredApplicationLabel>string</EmvPreferredApplicationLabel>
        <EmvTransactionCryptogram>string</EmvTransactionCryptogram>
        <EmvTvr>string</EmvTvr>
        <EmvPanSequenceNumber>string</EmvPanSequenceNumber>
        <CustomerVerification>string</CustomerVerification>
      </TransactionInfoLookupResult>
    </TransactionInfoLookupResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /integralws6/integralws.asmx HTTP/1.1
Host: wsimp2.payrouter.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <TransactionInfoLookup xmlns="https://ws.payrouter.net/">
      <MerchantId>string</MerchantId>
      <ClientId>string</ClientId>
      <Password>string</Password>
      <TransactionReference>string</TransactionReference>
      <OwnerClientId>string</OwnerClientId>
    </TransactionInfoLookup>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <TransactionInfoLookupResponse xmlns="https://ws.payrouter.net/">
      <TransactionInfoLookupResult>
        <ResponseCode>string</ResponseCode>
        <Message>string</Message>
        <ErrorNumber>string</ErrorNumber>
        <TransactionMode>string</TransactionMode>
        <TransactionType>string</TransactionType>
        <DataEntryType>string</DataEntryType>
        <CurrencyCode>string</CurrencyCode>
        <TransactionValue>string</TransactionValue>
        <CashbackValue>string</CashbackValue>
        <CardDetails>string</CardDetails>
        <ExpiryDate>string</ExpiryDate>
        <StartDate>string</StartDate>
        <IssueNumber>string</IssueNumber>
        <ReferenceText>string</ReferenceText>
        <DccCurrencyCode>string</DccCurrencyCode>
        <DccExchangeRate>string</DccExchangeRate>
        <DccValue>string</DccValue>
        <DccExponent>string</DccExponent>
        <AuthCode>string</AuthCode>
        <TransactionReference>string</TransactionReference>
        <AuthSource>string</AuthSource>
        <MerchantNumber>string</MerchantNumber>
        <TerminalId>string</TerminalId>
        <CardScheme>string</CardScheme>
        <TransactionState>string</TransactionState>
        <TransactionDateTime>string</TransactionDateTime>
        <DccReceiptTrailor>string</DccReceiptTrailor>
        <EmvApplicationIdentifier>string</EmvApplicationIdentifier>
        <EmvApplicationLabel>string</EmvApplicationLabel>
        <EmvPreferredApplicationLabel>string</EmvPreferredApplicationLabel>
        <EmvTransactionCryptogram>string</EmvTransactionCryptogram>
        <EmvTvr>string</EmvTvr>
        <EmvPanSequenceNumber>string</EmvPanSequenceNumber>
        <CustomerVerification>string</CustomerVerification>
      </TransactionInfoLookupResult>
    </TransactionInfoLookupResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /integralws6/integralws.asmx/TransactionInfoLookup?MerchantId=string&ClientId=string&Password=string&TransactionReference=string&OwnerClientId=string HTTP/1.1
Host: wsimp2.payrouter.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TransactionLookupResponse xmlns="https://ws.payrouter.net/">
  <ResponseCode>string</ResponseCode>
  <Message>string</Message>
  <ErrorNumber>string</ErrorNumber>
  <TransactionMode>string</TransactionMode>
  <TransactionType>string</TransactionType>
  <DataEntryType>string</DataEntryType>
  <CurrencyCode>string</CurrencyCode>
  <TransactionValue>string</TransactionValue>
  <CashbackValue>string</CashbackValue>
  <CardDetails>string</CardDetails>
  <ExpiryDate>string</ExpiryDate>
  <StartDate>string</StartDate>
  <IssueNumber>string</IssueNumber>
  <ReferenceText>string</ReferenceText>
  <DccCurrencyCode>string</DccCurrencyCode>
  <DccExchangeRate>string</DccExchangeRate>
  <DccValue>string</DccValue>
  <DccExponent>string</DccExponent>
  <AuthCode>string</AuthCode>
  <TransactionReference>string</TransactionReference>
  <AuthSource>string</AuthSource>
  <MerchantNumber>string</MerchantNumber>
  <TerminalId>string</TerminalId>
  <CardScheme>string</CardScheme>
  <TransactionState>string</TransactionState>
  <TransactionDateTime>string</TransactionDateTime>
  <DccReceiptTrailor>string</DccReceiptTrailor>
  <EmvApplicationIdentifier>string</EmvApplicationIdentifier>
  <EmvApplicationLabel>string</EmvApplicationLabel>
  <EmvPreferredApplicationLabel>string</EmvPreferredApplicationLabel>
  <EmvTransactionCryptogram>string</EmvTransactionCryptogram>
  <EmvTvr>string</EmvTvr>
  <EmvPanSequenceNumber>string</EmvPanSequenceNumber>
  <CustomerVerification>string</CustomerVerification>
</TransactionLookupResponse>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /integralws6/integralws.asmx/TransactionInfoLookup HTTP/1.1
Host: wsimp2.payrouter.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

MerchantId=string&ClientId=string&Password=string&TransactionReference=string&OwnerClientId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TransactionLookupResponse xmlns="https://ws.payrouter.net/">
  <ResponseCode>string</ResponseCode>
  <Message>string</Message>
  <ErrorNumber>string</ErrorNumber>
  <TransactionMode>string</TransactionMode>
  <TransactionType>string</TransactionType>
  <DataEntryType>string</DataEntryType>
  <CurrencyCode>string</CurrencyCode>
  <TransactionValue>string</TransactionValue>
  <CashbackValue>string</CashbackValue>
  <CardDetails>string</CardDetails>
  <ExpiryDate>string</ExpiryDate>
  <StartDate>string</StartDate>
  <IssueNumber>string</IssueNumber>
  <ReferenceText>string</ReferenceText>
  <DccCurrencyCode>string</DccCurrencyCode>
  <DccExchangeRate>string</DccExchangeRate>
  <DccValue>string</DccValue>
  <DccExponent>string</DccExponent>
  <AuthCode>string</AuthCode>
  <TransactionReference>string</TransactionReference>
  <AuthSource>string</AuthSource>
  <MerchantNumber>string</MerchantNumber>
  <TerminalId>string</TerminalId>
  <CardScheme>string</CardScheme>
  <TransactionState>string</TransactionState>
  <TransactionDateTime>string</TransactionDateTime>
  <DccReceiptTrailor>string</DccReceiptTrailor>
  <EmvApplicationIdentifier>string</EmvApplicationIdentifier>
  <EmvApplicationLabel>string</EmvApplicationLabel>
  <EmvPreferredApplicationLabel>string</EmvPreferredApplicationLabel>
  <EmvTransactionCryptogram>string</EmvTransactionCryptogram>
  <EmvTvr>string</EmvTvr>
  <EmvPanSequenceNumber>string</EmvPanSequenceNumber>
  <CustomerVerification>string</CustomerVerification>
</TransactionLookupResponse>