Service
Click here for a complete list of operations.
CreateMerchantAccount
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 /Service.asmx HTTP/1.1 Host: wsclientapi.everyware.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://wsclientapi.everyware.com/CreateMerchantAccount" <?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> <CreateMerchantAccount xmlns="http://wsclientapi.everyware.com/"> <Token>string</Token> <Username>string</Username> <FirstName>string</FirstName> <LastName>string</LastName> <DateOfBirth>string</DateOfBirth> <SSN>string</SSN> <Email>string</Email> <Phone>string</Phone> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <PostalCode>string</PostalCode> <BusinessLegalName>string</BusinessLegalName> <DBA>string</DBA> <EIN>string</EIN> <URL>string</URL> <BusinessAddress>string</BusinessAddress> <BusinessCity>string</BusinessCity> <BusinessState>string</BusinessState> <BusinessPostalCode>string</BusinessPostalCode> <accountName>string</accountName> <AccountNumber>string</AccountNumber> <BankName>string</BankName> <RoutingNumber>string</RoutingNumber> <IPAddress>string</IPAddress> </CreateMerchantAccount> </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> <CreateMerchantAccountResponse xmlns="http://wsclientapi.everyware.com/"> <CreateMerchantAccountResult>string</CreateMerchantAccountResult> </CreateMerchantAccountResponse> </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 /Service.asmx HTTP/1.1 Host: wsclientapi.everyware.com 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> <CreateMerchantAccount xmlns="http://wsclientapi.everyware.com/"> <Token>string</Token> <Username>string</Username> <FirstName>string</FirstName> <LastName>string</LastName> <DateOfBirth>string</DateOfBirth> <SSN>string</SSN> <Email>string</Email> <Phone>string</Phone> <Address1>string</Address1> <Address2>string</Address2> <City>string</City> <State>string</State> <PostalCode>string</PostalCode> <BusinessLegalName>string</BusinessLegalName> <DBA>string</DBA> <EIN>string</EIN> <URL>string</URL> <BusinessAddress>string</BusinessAddress> <BusinessCity>string</BusinessCity> <BusinessState>string</BusinessState> <BusinessPostalCode>string</BusinessPostalCode> <accountName>string</accountName> <AccountNumber>string</AccountNumber> <BankName>string</BankName> <RoutingNumber>string</RoutingNumber> <IPAddress>string</IPAddress> </CreateMerchantAccount> </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> <CreateMerchantAccountResponse xmlns="http://wsclientapi.everyware.com/"> <CreateMerchantAccountResult>string</CreateMerchantAccountResult> </CreateMerchantAccountResponse> </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 /Service.asmx/CreateMerchantAccount?Token=string&Username=string&FirstName=string&LastName=string&DateOfBirth=string&SSN=string&Email=string&Phone=string&Address1=string&Address2=string&City=string&State=string&PostalCode=string&BusinessLegalName=string&DBA=string&EIN=string&URL=string&BusinessAddress=string&BusinessCity=string&BusinessState=string&BusinessPostalCode=string&accountName=string&AccountNumber=string&BankName=string&RoutingNumber=string&IPAddress=string HTTP/1.1 Host: wsclientapi.everyware.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://wsclientapi.everyware.com/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Service.asmx/CreateMerchantAccount HTTP/1.1 Host: wsclientapi.everyware.com Content-Type: application/x-www-form-urlencoded Content-Length: length Token=string&Username=string&FirstName=string&LastName=string&DateOfBirth=string&SSN=string&Email=string&Phone=string&Address1=string&Address2=string&City=string&State=string&PostalCode=string&BusinessLegalName=string&DBA=string&EIN=string&URL=string&BusinessAddress=string&BusinessCity=string&BusinessState=string&BusinessPostalCode=string&accountName=string&AccountNumber=string&BankName=string&RoutingNumber=string&IPAddress=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://wsclientapi.everyware.com/">string</string>