GoAuthorize
Click here for a complete list of operations.
PostNewOrder
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 /CheckPoint/GoAuthorize.asmx HTTP/1.1
Host: api.goauthorize.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "GoAuthorize/PostNewOrder"
<?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>
<PostNewOrder xmlns="GoAuthorize">
<UserGUID>string</UserGUID>
<PackageGUID>string</PackageGUID>
<OrderFile>string</OrderFile>
<FirstName>string</FirstName>
<MiddleName>string</MiddleName>
<LastName>string</LastName>
<PhoneHome>string</PhoneHome>
<EMail>string</EMail>
<Mother>string</Mother>
<DateOfBirth>string</DateOfBirth>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<ZipCode>string</ZipCode>
<Recording>string</Recording>
<SaleDate>string</SaleDate>
<BillingAddress1>string</BillingAddress1>
<BillingAddress2>string</BillingAddress2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<NameOnCard>string</NameOnCard>
<CardNumber>string</CardNumber>
<ExpireDate>string</ExpireDate>
<CVV>string</CVV>
<IPAddress>string</IPAddress>
</PostNewOrder>
</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>
<PostNewOrderResponse xmlns="GoAuthorize">
<PostNewOrderResult>string</PostNewOrderResult>
</PostNewOrderResponse>
</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 /CheckPoint/GoAuthorize.asmx HTTP/1.1
Host: api.goauthorize.us
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>
<PostNewOrder xmlns="GoAuthorize">
<UserGUID>string</UserGUID>
<PackageGUID>string</PackageGUID>
<OrderFile>string</OrderFile>
<FirstName>string</FirstName>
<MiddleName>string</MiddleName>
<LastName>string</LastName>
<PhoneHome>string</PhoneHome>
<EMail>string</EMail>
<Mother>string</Mother>
<DateOfBirth>string</DateOfBirth>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<ZipCode>string</ZipCode>
<Recording>string</Recording>
<SaleDate>string</SaleDate>
<BillingAddress1>string</BillingAddress1>
<BillingAddress2>string</BillingAddress2>
<BillingCity>string</BillingCity>
<BillingState>string</BillingState>
<BillingZip>string</BillingZip>
<NameOnCard>string</NameOnCard>
<CardNumber>string</CardNumber>
<ExpireDate>string</ExpireDate>
<CVV>string</CVV>
<IPAddress>string</IPAddress>
</PostNewOrder>
</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>
<PostNewOrderResponse xmlns="GoAuthorize">
<PostNewOrderResult>string</PostNewOrderResult>
</PostNewOrderResponse>
</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 /CheckPoint/GoAuthorize.asmx/PostNewOrder?UserGUID=string&PackageGUID=string&OrderFile=string&FirstName=string&MiddleName=string&LastName=string&PhoneHome=string&EMail=string&Mother=string&DateOfBirth=string&Address1=string&Address2=string&City=string&State=string&ZipCode=string&Recording=string&SaleDate=string&BillingAddress1=string&BillingAddress2=string&BillingCity=string&BillingState=string&BillingZip=string&NameOnCard=string&CardNumber=string&ExpireDate=string&CVV=string&IPAddress=string HTTP/1.1 Host: api.goauthorize.us
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="GoAuthorize">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 /CheckPoint/GoAuthorize.asmx/PostNewOrder HTTP/1.1 Host: api.goauthorize.us Content-Type: application/x-www-form-urlencoded Content-Length: length UserGUID=string&PackageGUID=string&OrderFile=string&FirstName=string&MiddleName=string&LastName=string&PhoneHome=string&EMail=string&Mother=string&DateOfBirth=string&Address1=string&Address2=string&City=string&State=string&ZipCode=string&Recording=string&SaleDate=string&BillingAddress1=string&BillingAddress2=string&BillingCity=string&BillingState=string&BillingZip=string&NameOnCard=string&CardNumber=string&ExpireDate=string&CVV=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="GoAuthorize">string</string>