Director


Click here for a complete list of operations.

CreateCheckRecurringToken

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
PortalID:
Key:
ThirdParty:
TransactionID:
Amount:
FeeAmount:
Name:
Address:
City:
County:
State:
ZipCode:
Email:
Phone:
AccountType:
CheckType:
RoutingNumber:
AccountNumber:
Notes:
lcCustomer:
lcAccount:
TransCode:
CardType:
ExternalSource:
BrowserInfo:
InsertUTL045:

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/CreateCheckRecurringToken"

<?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>
    <CreateCheckRecurringToken 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>
      <AccountType>string</AccountType>
      <CheckType>string</CheckType>
      <RoutingNumber>string</RoutingNumber>
      <AccountNumber>string</AccountNumber>
      <Notes>string</Notes>
      <lcCustomer>string</lcCustomer>
      <lcAccount>string</lcAccount>
      <TransCode>string</TransCode>
      <CardType>string</CardType>
      <ExternalSource>string</ExternalSource>
      <BrowserInfo>string</BrowserInfo>
      <InsertUTL045>boolean</InsertUTL045>
    </CreateCheckRecurringToken>
  </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>
    <CreateCheckRecurringTokenResponse xmlns="http://tempuri.org/">
      <CreateCheckRecurringTokenResult>
        <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>
      </CreateCheckRecurringTokenResult>
    </CreateCheckRecurringTokenResponse>
  </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>
    <CreateCheckRecurringToken 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>
      <AccountType>string</AccountType>
      <CheckType>string</CheckType>
      <RoutingNumber>string</RoutingNumber>
      <AccountNumber>string</AccountNumber>
      <Notes>string</Notes>
      <lcCustomer>string</lcCustomer>
      <lcAccount>string</lcAccount>
      <TransCode>string</TransCode>
      <CardType>string</CardType>
      <ExternalSource>string</ExternalSource>
      <BrowserInfo>string</BrowserInfo>
      <InsertUTL045>boolean</InsertUTL045>
    </CreateCheckRecurringToken>
  </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>
    <CreateCheckRecurringTokenResponse xmlns="http://tempuri.org/">
      <CreateCheckRecurringTokenResult>
        <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>
      </CreateCheckRecurringTokenResult>
    </CreateCheckRecurringTokenResponse>
  </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/CreateCheckRecurringToken?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&AccountType=string&CheckType=string&RoutingNumber=string&AccountNumber=string&Notes=string&lcCustomer=string&lcAccount=string&TransCode=string&CardType=string&ExternalSource=string&BrowserInfo=string&InsertUTL045=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/CreateCheckRecurringToken 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&AccountType=string&CheckType=string&RoutingNumber=string&AccountNumber=string&Notes=string&lcCustomer=string&lcAccount=string&TransCode=string&CardType=string&ExternalSource=string&BrowserInfo=string&InsertUTL045=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>