ValutecWS
Click here for a complete list of operations.
Transaction_DeactivateCard
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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_DeactivateCard"
<?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_DeactivateCard xmlns="https://ws.valutec.net/">
<ClientKey>string</ClientKey>
<TerminalID>string</TerminalID>
<ProgramType>Gift or Loyalty</ProgramType>
<CardNumber>string</CardNumber>
<ServerID>string</ServerID>
<Identifier>string</Identifier>
</Transaction_DeactivateCard>
</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_DeactivateCardResponse xmlns="https://ws.valutec.net/">
<Transaction_DeactivateCardResult>
<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_DeactivateCardResult>
</Transaction_DeactivateCardResponse>
</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 /> </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 /> </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_DeactivateCard?ClientKey=string&TerminalID=string&ProgramType=string&CardNumber=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"?>
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_DeactivateCard HTTP/1.1 Host: uat-ws.valutec.net Content-Type: application/x-www-form-urlencoded Content-Length: length ClientKey=string&TerminalID=string&ProgramType=string&CardNumber=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"?>