ValutecWS


Click here for a complete list of operations.

Transaction_Cardless

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
ClientKey:
TerminalID:
Telephone:
Amount:
ServerID:
Identifier:

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 /Valutec.asmx HTTP/1.1
Host: uat-ws.valutec.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ws.valutec.net/Transaction_Cardless"

<?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>
    <Transaction_Cardless xmlns="https://ws.valutec.net/">
      <ClientKey>string</ClientKey>
      <TerminalID>string</TerminalID>
      <Telephone>string</Telephone>
      <Amount>string</Amount>
      <ServerID>string</ServerID>
      <Identifier>string</Identifier>
    </Transaction_Cardless>
  </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>
    <Transaction_CardlessResponse xmlns="https://ws.valutec.net/">
      <Transaction_CardlessResult>
        <RawOutput>string</RawOutput>
        <TerminalID>string</TerminalID>
        <IPaddress>string</IPaddress>
        <Authorized>boolean</Authorized>
        <AuthorizationCode>string</AuthorizationCode>
        <TransactionType>string</TransactionType>
        <Balance>string</Balance>
        <PointBalance>string</PointBalance>
        <RewardLevel>string</RewardLevel>
        <Refund>string</Refund>
        <CardAmountUsed>string</CardAmountUsed>
        <AmountDue>string</AmountDue>
        <TotalSales>string</TotalSales>
        <TotalSales_Amount>string</TotalSales_Amount>
        <TotalActivations>string</TotalActivations>
        <TotalActivations_Amount>string</TotalActivations_Amount>
        <TotalAddValues>string</TotalAddValues>
        <TotalAddValues_Amount>string</TotalAddValues_Amount>
        <TotalVoids>string</TotalVoids>
        <TotalVoids_Amount>string</TotalVoids_Amount>
        <TotalDeactivations>string</TotalDeactivations>
        <TotalDeactivations_Amount>string</TotalDeactivations_Amount>
        <Identifier>string</Identifier>
        <ErrorMsg>string</ErrorMsg>
        <CardNumber>string</CardNumber>
        <CardPIN>string</CardPIN>
      </Transaction_CardlessResult>
    </Transaction_CardlessResponse>
  </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 /Valutec.asmx HTTP/1.1
Host: uat-ws.valutec.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>
    <Transaction_Cardless xmlns="https://ws.valutec.net/">
      <ClientKey>string</ClientKey>
      <TerminalID>string</TerminalID>
      <Telephone>string</Telephone>
      <Amount>string</Amount>
      <ServerID>string</ServerID>
      <Identifier>string</Identifier>
    </Transaction_Cardless>
  </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>
    <Transaction_CardlessResponse xmlns="https://ws.valutec.net/">
      <Transaction_CardlessResult>
        <RawOutput>string</RawOutput>
        <TerminalID>string</TerminalID>
        <IPaddress>string</IPaddress>
        <Authorized>boolean</Authorized>
        <AuthorizationCode>string</AuthorizationCode>
        <TransactionType>string</TransactionType>
        <Balance>string</Balance>
        <PointBalance>string</PointBalance>
        <RewardLevel>string</RewardLevel>
        <Refund>string</Refund>
        <CardAmountUsed>string</CardAmountUsed>
        <AmountDue>string</AmountDue>
        <TotalSales>string</TotalSales>
        <TotalSales_Amount>string</TotalSales_Amount>
        <TotalActivations>string</TotalActivations>
        <TotalActivations_Amount>string</TotalActivations_Amount>
        <TotalAddValues>string</TotalAddValues>
        <TotalAddValues_Amount>string</TotalAddValues_Amount>
        <TotalVoids>string</TotalVoids>
        <TotalVoids_Amount>string</TotalVoids_Amount>
        <TotalDeactivations>string</TotalDeactivations>
        <TotalDeactivations_Amount>string</TotalDeactivations_Amount>
        <Identifier>string</Identifier>
        <ErrorMsg>string</ErrorMsg>
        <CardNumber>string</CardNumber>
        <CardPIN>string</CardPIN>
      </Transaction_CardlessResult>
    </Transaction_CardlessResponse>
  </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 /Valutec.asmx/Transaction_Cardless?ClientKey=string&TerminalID=string&Telephone=string&Amount=string&ServerID=string&Identifier=string HTTP/1.1
Host: uat-ws.valutec.net
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TransactionResponse xmlns="https://ws.valutec.net/">
  <RawOutput>string</RawOutput>
  <TerminalID>string</TerminalID>
  <IPaddress>string</IPaddress>
  <Authorized>boolean</Authorized>
  <AuthorizationCode>string</AuthorizationCode>
  <TransactionType>string</TransactionType>
  <Balance>string</Balance>
  <PointBalance>string</PointBalance>
  <RewardLevel>string</RewardLevel>
  <Refund>string</Refund>
  <CardAmountUsed>string</CardAmountUsed>
  <AmountDue>string</AmountDue>
  <TotalSales>string</TotalSales>
  <TotalSales_Amount>string</TotalSales_Amount>
  <TotalActivations>string</TotalActivations>
  <TotalActivations_Amount>string</TotalActivations_Amount>
  <TotalAddValues>string</TotalAddValues>
  <TotalAddValues_Amount>string</TotalAddValues_Amount>
  <TotalVoids>string</TotalVoids>
  <TotalVoids_Amount>string</TotalVoids_Amount>
  <TotalDeactivations>string</TotalDeactivations>
  <TotalDeactivations_Amount>string</TotalDeactivations_Amount>
  <Identifier>string</Identifier>
  <ErrorMsg>string</ErrorMsg>
  <CardNumber>string</CardNumber>
  <CardPIN>string</CardPIN>
</TransactionResponse>

HTTP POST

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

POST /Valutec.asmx/Transaction_Cardless HTTP/1.1
Host: uat-ws.valutec.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length

ClientKey=string&TerminalID=string&Telephone=string&Amount=string&ServerID=string&Identifier=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<TransactionResponse xmlns="https://ws.valutec.net/">
  <RawOutput>string</RawOutput>
  <TerminalID>string</TerminalID>
  <IPaddress>string</IPaddress>
  <Authorized>boolean</Authorized>
  <AuthorizationCode>string</AuthorizationCode>
  <TransactionType>string</TransactionType>
  <Balance>string</Balance>
  <PointBalance>string</PointBalance>
  <RewardLevel>string</RewardLevel>
  <Refund>string</Refund>
  <CardAmountUsed>string</CardAmountUsed>
  <AmountDue>string</AmountDue>
  <TotalSales>string</TotalSales>
  <TotalSales_Amount>string</TotalSales_Amount>
  <TotalActivations>string</TotalActivations>
  <TotalActivations_Amount>string</TotalActivations_Amount>
  <TotalAddValues>string</TotalAddValues>
  <TotalAddValues_Amount>string</TotalAddValues_Amount>
  <TotalVoids>string</TotalVoids>
  <TotalVoids_Amount>string</TotalVoids_Amount>
  <TotalDeactivations>string</TotalDeactivations>
  <TotalDeactivations_Amount>string</TotalDeactivations_Amount>
  <Identifier>string</Identifier>
  <ErrorMsg>string</ErrorMsg>
  <CardNumber>string</CardNumber>
  <CardPIN>string</CardPIN>
</TransactionResponse>