Director
Click here for a complete list of operations.
ProcessCreditCard3
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 /aws_director/Director.asmx HTTP/1.1
Host: cisws.north-slope.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ProcessCreditCard3"
<?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>
<ProcessCreditCard3 xmlns="http://tempuri.org/">
<PortalID>int</PortalID>
<Key>string</Key>
<ThirdParty>string</ThirdParty>
<TransactionID>int</TransactionID>
<Amount>double</Amount>
<FeeAmount>double</FeeAmount>
<Name>string</Name>
<Address>string</Address>
<City>string</City>
<County>string</County>
<State>string</State>
<ZipCode>string</ZipCode>
<Email>string</Email>
<Phone>string</Phone>
<CVV2>string</CVV2>
<CCNumber>string</CCNumber>
<ExpDate>string</ExpDate>
<Notes>string</Notes>
<lcCustomer>string</lcCustomer>
<lcAccount>string</lcAccount>
<TransCode>string</TransCode>
<BrowserInfo>string</BrowserInfo>
<CardType>string</CardType>
<Comment1>string</Comment1>
<Comment2>string</Comment2>
<ExternalSource>string</ExternalSource>
<InsertUTL045>boolean</InsertUTL045>
<Country>string</Country>
<AmountReadOnly>boolean</AmountReadOnly>
<TotalAmount>double</TotalAmount>
<ParamedicFee>boolean</ParamedicFee>
<DonationAmount>double</DonationAmount>
<DebitTransCode>string</DebitTransCode>
<CreditTransCode>string</CreditTransCode>
<UniqueId>double</UniqueId>
</ProcessCreditCard3>
</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>
<ProcessCreditCard3Response xmlns="http://tempuri.org/">
<ProcessCreditCard3Result>
<ResultCode>string</ResultCode>
<ResultText>string</ResultText>
<ResultValue>string</ResultValue>
<AdditionalData>string</AdditionalData>
<AdditionalData2>string</AdditionalData2>
<WasApproved>boolean</WasApproved>
<AuthCode>string</AuthCode>
<UserFriendlyResultText>string</UserFriendlyResultText>
<ResponseMessage>string</ResponseMessage>
<AdvancedStatus>Approved or Timeout or Declined</AdvancedStatus>
</ProcessCreditCard3Result>
</ProcessCreditCard3Response>
</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 /aws_director/Director.asmx HTTP/1.1
Host: cisws.north-slope.org
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>
<ProcessCreditCard3 xmlns="http://tempuri.org/">
<PortalID>int</PortalID>
<Key>string</Key>
<ThirdParty>string</ThirdParty>
<TransactionID>int</TransactionID>
<Amount>double</Amount>
<FeeAmount>double</FeeAmount>
<Name>string</Name>
<Address>string</Address>
<City>string</City>
<County>string</County>
<State>string</State>
<ZipCode>string</ZipCode>
<Email>string</Email>
<Phone>string</Phone>
<CVV2>string</CVV2>
<CCNumber>string</CCNumber>
<ExpDate>string</ExpDate>
<Notes>string</Notes>
<lcCustomer>string</lcCustomer>
<lcAccount>string</lcAccount>
<TransCode>string</TransCode>
<BrowserInfo>string</BrowserInfo>
<CardType>string</CardType>
<Comment1>string</Comment1>
<Comment2>string</Comment2>
<ExternalSource>string</ExternalSource>
<InsertUTL045>boolean</InsertUTL045>
<Country>string</Country>
<AmountReadOnly>boolean</AmountReadOnly>
<TotalAmount>double</TotalAmount>
<ParamedicFee>boolean</ParamedicFee>
<DonationAmount>double</DonationAmount>
<DebitTransCode>string</DebitTransCode>
<CreditTransCode>string</CreditTransCode>
<UniqueId>double</UniqueId>
</ProcessCreditCard3>
</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>
<ProcessCreditCard3Response xmlns="http://tempuri.org/">
<ProcessCreditCard3Result>
<ResultCode>string</ResultCode>
<ResultText>string</ResultText>
<ResultValue>string</ResultValue>
<AdditionalData>string</AdditionalData>
<AdditionalData2>string</AdditionalData2>
<WasApproved>boolean</WasApproved>
<AuthCode>string</AuthCode>
<UserFriendlyResultText>string</UserFriendlyResultText>
<ResponseMessage>string</ResponseMessage>
<AdvancedStatus>Approved or Timeout or Declined</AdvancedStatus>
</ProcessCreditCard3Result>
</ProcessCreditCard3Response>
</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 /aws_director/Director.asmx/ProcessCreditCard3?PortalID=string&Key=string&ThirdParty=string&TransactionID=string&Amount=string&FeeAmount=string&Name=string&Address=string&City=string&County=string&State=string&ZipCode=string&Email=string&Phone=string&CVV2=string&CCNumber=string&ExpDate=string&Notes=string&lcCustomer=string&lcAccount=string&TransCode=string&BrowserInfo=string&CardType=string&Comment1=string&Comment2=string&ExternalSource=string&InsertUTL045=string&Country=string&AmountReadOnly=string&TotalAmount=string&ParamedicFee=string&DonationAmount=string&DebitTransCode=string&CreditTransCode=string&UniqueId=string HTTP/1.1 Host: cisws.north-slope.org
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <PaymentAuthorizationReturn xmlns="http://tempuri.org/"> <ResultCode>string</ResultCode> <ResultText>string</ResultText> <ResultValue>string</ResultValue> <AdditionalData>string</AdditionalData> <AdditionalData2>string</AdditionalData2> <WasApproved>boolean</WasApproved> <AuthCode>string</AuthCode> <UserFriendlyResultText>string</UserFriendlyResultText> <ResponseMessage>string</ResponseMessage> <AdvancedStatus>Approved or Timeout or Declined</AdvancedStatus> </PaymentAuthorizationReturn>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /aws_director/Director.asmx/ProcessCreditCard3 HTTP/1.1 Host: cisws.north-slope.org Content-Type: application/x-www-form-urlencoded Content-Length: length PortalID=string&Key=string&ThirdParty=string&TransactionID=string&Amount=string&FeeAmount=string&Name=string&Address=string&City=string&County=string&State=string&ZipCode=string&Email=string&Phone=string&CVV2=string&CCNumber=string&ExpDate=string&Notes=string&lcCustomer=string&lcAccount=string&TransCode=string&BrowserInfo=string&CardType=string&Comment1=string&Comment2=string&ExternalSource=string&InsertUTL045=string&Country=string&AmountReadOnly=string&TotalAmount=string&ParamedicFee=string&DonationAmount=string&DebitTransCode=string&CreditTransCode=string&UniqueId=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <PaymentAuthorizationReturn xmlns="http://tempuri.org/"> <ResultCode>string</ResultCode> <ResultText>string</ResultText> <ResultValue>string</ResultValue> <AdditionalData>string</AdditionalData> <AdditionalData2>string</AdditionalData2> <WasApproved>boolean</WasApproved> <AuthCode>string</AuthCode> <UserFriendlyResultText>string</UserFriendlyResultText> <ResponseMessage>string</ResponseMessage> <AdvancedStatus>Approved or Timeout or Declined</AdvancedStatus> </PaymentAuthorizationReturn>