AURALink


Click here for a complete list of operations.

CreateCreditCardRecurringV1

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
customerIPAddress:
firstName:
lastName:
address:
city:
state:
zipCode:
country:
phone:
phone2:
fax:
email:
comment:
item1:
item2:
item3:
item4:
item5:
item6:
mop:
creditCardNum:
creditCardExpiry:
amount0Name:
amount0Value:
amount0Quantity:
amount1Name:
amount1Value:
amount1Quantity:
amount2Name:
amount2Value:
amount2Quantity:
amount3Name:
amount3Value:
amount3Quantity:
amount4Name:
amount4Value:
amount4Quantity:
amount5Name:
amount5Value:
amount5Quantity:
amount6Name:
amount6Value:
amount6Quantity:
amount7Name:
amount7Value:
amount7Quantity:
amountOtherName:
amountOtherValue:
amountOtherQuantity:
total:
auraID:
emailCheck:
scheduleType:
beginDate:
endDate:
scheduleDate:

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 /NetGate/AURALink.asmx HTTP/1.1
Host: www.iatspayments.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.iatspayments.com/NetGate/CreateCreditCardRecurringV1"

<?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>
    <CreateCreditCardRecurringV1 xmlns="https://www.iatspayments.com/NetGate/">
      <customerIPAddress>string</customerIPAddress>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <address>string</address>
      <city>string</city>
      <state>string</state>
      <zipCode>string</zipCode>
      <country>string</country>
      <phone>string</phone>
      <phone2>string</phone2>
      <fax>string</fax>
      <email>string</email>
      <comment>string</comment>
      <item1>string</item1>
      <item2>string</item2>
      <item3>string</item3>
      <item4>string</item4>
      <item5>string</item5>
      <item6>string</item6>
      <mop>string</mop>
      <creditCardNum>string</creditCardNum>
      <creditCardExpiry>string</creditCardExpiry>
      <amount0Name>string</amount0Name>
      <amount0Value>string</amount0Value>
      <amount0Quantity>string</amount0Quantity>
      <amount1Name>string</amount1Name>
      <amount1Value>string</amount1Value>
      <amount1Quantity>string</amount1Quantity>
      <amount2Name>string</amount2Name>
      <amount2Value>string</amount2Value>
      <amount2Quantity>string</amount2Quantity>
      <amount3Name>string</amount3Name>
      <amount3Value>string</amount3Value>
      <amount3Quantity>string</amount3Quantity>
      <amount4Name>string</amount4Name>
      <amount4Value>string</amount4Value>
      <amount4Quantity>string</amount4Quantity>
      <amount5Name>string</amount5Name>
      <amount5Value>string</amount5Value>
      <amount5Quantity>string</amount5Quantity>
      <amount6Name>string</amount6Name>
      <amount6Value>string</amount6Value>
      <amount6Quantity>string</amount6Quantity>
      <amount7Name>string</amount7Name>
      <amount7Value>string</amount7Value>
      <amount7Quantity>string</amount7Quantity>
      <amountOtherName>string</amountOtherName>
      <amountOtherValue>string</amountOtherValue>
      <amountOtherQuantity>string</amountOtherQuantity>
      <total>string</total>
      <auraID>string</auraID>
      <emailCheck>boolean</emailCheck>
      <scheduleType>string</scheduleType>
      <beginDate>dateTime</beginDate>
      <endDate>dateTime</endDate>
      <scheduleDate>string</scheduleDate>
    </CreateCreditCardRecurringV1>
  </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>
    <CreateCreditCardRecurringV1Response xmlns="https://www.iatspayments.com/NetGate/">
      <CreateCreditCardRecurringV1Result>xml</CreateCreditCardRecurringV1Result>
    </CreateCreditCardRecurringV1Response>
  </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 /NetGate/AURALink.asmx HTTP/1.1
Host: www.iatspayments.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>
    <CreateCreditCardRecurringV1 xmlns="https://www.iatspayments.com/NetGate/">
      <customerIPAddress>string</customerIPAddress>
      <firstName>string</firstName>
      <lastName>string</lastName>
      <address>string</address>
      <city>string</city>
      <state>string</state>
      <zipCode>string</zipCode>
      <country>string</country>
      <phone>string</phone>
      <phone2>string</phone2>
      <fax>string</fax>
      <email>string</email>
      <comment>string</comment>
      <item1>string</item1>
      <item2>string</item2>
      <item3>string</item3>
      <item4>string</item4>
      <item5>string</item5>
      <item6>string</item6>
      <mop>string</mop>
      <creditCardNum>string</creditCardNum>
      <creditCardExpiry>string</creditCardExpiry>
      <amount0Name>string</amount0Name>
      <amount0Value>string</amount0Value>
      <amount0Quantity>string</amount0Quantity>
      <amount1Name>string</amount1Name>
      <amount1Value>string</amount1Value>
      <amount1Quantity>string</amount1Quantity>
      <amount2Name>string</amount2Name>
      <amount2Value>string</amount2Value>
      <amount2Quantity>string</amount2Quantity>
      <amount3Name>string</amount3Name>
      <amount3Value>string</amount3Value>
      <amount3Quantity>string</amount3Quantity>
      <amount4Name>string</amount4Name>
      <amount4Value>string</amount4Value>
      <amount4Quantity>string</amount4Quantity>
      <amount5Name>string</amount5Name>
      <amount5Value>string</amount5Value>
      <amount5Quantity>string</amount5Quantity>
      <amount6Name>string</amount6Name>
      <amount6Value>string</amount6Value>
      <amount6Quantity>string</amount6Quantity>
      <amount7Name>string</amount7Name>
      <amount7Value>string</amount7Value>
      <amount7Quantity>string</amount7Quantity>
      <amountOtherName>string</amountOtherName>
      <amountOtherValue>string</amountOtherValue>
      <amountOtherQuantity>string</amountOtherQuantity>
      <total>string</total>
      <auraID>string</auraID>
      <emailCheck>boolean</emailCheck>
      <scheduleType>string</scheduleType>
      <beginDate>dateTime</beginDate>
      <endDate>dateTime</endDate>
      <scheduleDate>string</scheduleDate>
    </CreateCreditCardRecurringV1>
  </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>
    <CreateCreditCardRecurringV1Response xmlns="https://www.iatspayments.com/NetGate/">
      <CreateCreditCardRecurringV1Result>xml</CreateCreditCardRecurringV1Result>
    </CreateCreditCardRecurringV1Response>
  </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 /NetGate/AURALink.asmx/CreateCreditCardRecurringV1?customerIPAddress=string&firstName=string&lastName=string&address=string&city=string&state=string&zipCode=string&country=string&phone=string&phone2=string&fax=string&email=string&comment=string&item1=string&item2=string&item3=string&item4=string&item5=string&item6=string&mop=string&creditCardNum=string&creditCardExpiry=string&amount0Name=string&amount0Value=string&amount0Quantity=string&amount1Name=string&amount1Value=string&amount1Quantity=string&amount2Name=string&amount2Value=string&amount2Quantity=string&amount3Name=string&amount3Value=string&amount3Quantity=string&amount4Name=string&amount4Value=string&amount4Quantity=string&amount5Name=string&amount5Value=string&amount5Quantity=string&amount6Name=string&amount6Value=string&amount6Quantity=string&amount7Name=string&amount7Value=string&amount7Quantity=string&amountOtherName=string&amountOtherValue=string&amountOtherQuantity=string&total=string&auraID=string&emailCheck=string&scheduleType=string&beginDate=string&endDate=string&scheduleDate=string HTTP/1.1
Host: www.iatspayments.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /NetGate/AURALink.asmx/CreateCreditCardRecurringV1 HTTP/1.1
Host: www.iatspayments.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

customerIPAddress=string&firstName=string&lastName=string&address=string&city=string&state=string&zipCode=string&country=string&phone=string&phone2=string&fax=string&email=string&comment=string&item1=string&item2=string&item3=string&item4=string&item5=string&item6=string&mop=string&creditCardNum=string&creditCardExpiry=string&amount0Name=string&amount0Value=string&amount0Quantity=string&amount1Name=string&amount1Value=string&amount1Quantity=string&amount2Name=string&amount2Value=string&amount2Quantity=string&amount3Name=string&amount3Value=string&amount3Quantity=string&amount4Name=string&amount4Value=string&amount4Quantity=string&amount5Name=string&amount5Value=string&amount5Quantity=string&amount6Name=string&amount6Value=string&amount6Quantity=string&amount7Name=string&amount7Value=string&amount7Quantity=string&amountOtherName=string&amountOtherValue=string&amountOtherQuantity=string&total=string&auraID=string&emailCheck=string&scheduleType=string&beginDate=string&endDate=string&scheduleDate=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml