ValutecWS
Click here for a complete list of operations.
Registration_Set
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/Registration_Set"
<?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>
<Registration_Set xmlns="https://ws.valutec.net/">
<ClientKey>string</ClientKey>
<TerminalID>string</TerminalID>
<CardNumber>string</CardNumber>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Telephone>string</Telephone>
<EmailAddress>string</EmailAddress>
<DateOfBirth>string</DateOfBirth>
<Misc1>string</Misc1>
<Misc2>string</Misc2>
<Misc3>string</Misc3>
<Misc4>string</Misc4>
<Misc5>string</Misc5>
</Registration_Set>
</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>
<Registration_SetResponse xmlns="https://ws.valutec.net/">
<Registration_SetResult>
<Authorized>boolean</Authorized>
<ErrMessage>string</ErrMessage>
<CardNumber>string</CardNumber>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Telephone>string</Telephone>
<EmailAddress>string</EmailAddress>
<DOB>string</DOB>
<Misc1>string</Misc1>
<Misc2>string</Misc2>
<Misc3>string</Misc3>
<Misc4>string</Misc4>
<Misc5>string</Misc5>
<Misc6>string</Misc6>
<Misc7>string</Misc7>
<Misc8>string</Misc8>
<Misc9>string</Misc9>
<Misc10>string</Misc10>
</Registration_SetResult>
</Registration_SetResponse>
</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>
<Registration_Set xmlns="https://ws.valutec.net/">
<ClientKey>string</ClientKey>
<TerminalID>string</TerminalID>
<CardNumber>string</CardNumber>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Telephone>string</Telephone>
<EmailAddress>string</EmailAddress>
<DateOfBirth>string</DateOfBirth>
<Misc1>string</Misc1>
<Misc2>string</Misc2>
<Misc3>string</Misc3>
<Misc4>string</Misc4>
<Misc5>string</Misc5>
</Registration_Set>
</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>
<Registration_SetResponse xmlns="https://ws.valutec.net/">
<Registration_SetResult>
<Authorized>boolean</Authorized>
<ErrMessage>string</ErrMessage>
<CardNumber>string</CardNumber>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Zip>string</Zip>
<Telephone>string</Telephone>
<EmailAddress>string</EmailAddress>
<DOB>string</DOB>
<Misc1>string</Misc1>
<Misc2>string</Misc2>
<Misc3>string</Misc3>
<Misc4>string</Misc4>
<Misc5>string</Misc5>
<Misc6>string</Misc6>
<Misc7>string</Misc7>
<Misc8>string</Misc8>
<Misc9>string</Misc9>
<Misc10>string</Misc10>
</Registration_SetResult>
</Registration_SetResponse>
</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/Registration_Set?ClientKey=string&TerminalID=string&CardNumber=string&Name=string&Address1=string&Address2=string&City=string&State=string&Zip=string&Telephone=string&EmailAddress=string&DateOfBirth=string&Misc1=string&Misc2=string&Misc3=string&Misc4=string&Misc5=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"?> <CardRegistration xmlns="https://ws.valutec.net/"> <Authorized>boolean</Authorized> <ErrMessage>string</ErrMessage> <CardNumber>string</CardNumber> <Name>string</Name> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <Telephone>string</Telephone> <EmailAddress>string</EmailAddress> <DOB>string</DOB> <Misc1>string</Misc1> <Misc2>string</Misc2> <Misc3>string</Misc3> <Misc4>string</Misc4> <Misc5>string</Misc5> <Misc6>string</Misc6> <Misc7>string</Misc7> <Misc8>string</Misc8> <Misc9>string</Misc9> <Misc10>string</Misc10> </CardRegistration>
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/Registration_Set HTTP/1.1 Host: uat-ws.valutec.net Content-Type: application/x-www-form-urlencoded Content-Length: length ClientKey=string&TerminalID=string&CardNumber=string&Name=string&Address1=string&Address2=string&City=string&State=string&Zip=string&Telephone=string&EmailAddress=string&DateOfBirth=string&Misc1=string&Misc2=string&Misc3=string&Misc4=string&Misc5=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <CardRegistration xmlns="https://ws.valutec.net/"> <Authorized>boolean</Authorized> <ErrMessage>string</ErrMessage> <CardNumber>string</CardNumber> <Name>string</Name> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <Zip>string</Zip> <Telephone>string</Telephone> <EmailAddress>string</EmailAddress> <DOB>string</DOB> <Misc1>string</Misc1> <Misc2>string</Misc2> <Misc3>string</Misc3> <Misc4>string</Misc4> <Misc5>string</Misc5> <Misc6>string</Misc6> <Misc7>string</Misc7> <Misc8>string</Misc8> <Misc9>string</Misc9> <Misc10>string</Misc10> </CardRegistration>