Developer's Guide
Table Of Contents
- Contents
- Preface
- XMLPay Overview
- XMLPay Syntax
- XMLPay Elements
- XMLPay Transaction Profiles
- XMLPay Examples
- ACH Sale Request
- Card Authorization Request
- Card Capture Request
- Card Credit Request
- Card Credit Reference Credit Request
- Card Force Capture Request
- Card Sale Request
- Card Secure Request
- Card Status Request
- Card Void Request
- Check Sale Request
- Customer IP
- Express Checkout Authorization Transaction
- IAVS Result Request
- Level 3 Invoice
- Line Item Sale Request
- Merchant Description and Merchant Service Number
- Processor Result
- Recurring Billing Profile
- Shipping Carrier and Shipping Method
- Transaction Update
- ValidateAuthentication Request
- ValidateAuthentication Response
- VerifyEnrollment Request
- VerifyEnrollment Response
- XMLPay Schemas
- XMLPay DTD
- Transaction Results
- Index
XMLPay Developer’s Guide 127
XMLPay Schemas
XMLPay Types Schema
A
<enumeration value = "DinersClub"/>
<enumeration value = "Switch"/>
<enumeration value = "Solo"/>
</simpleType>
<simpleType name = "CardNumType" base = "string">
<maxLength value = "19"/>
</simpleType>
<simpleType name = "ExpDateType" base = "string">
<maxLength value = "6"/>
</simpleType>
<simpleType name = "CVType" base = "string">
<maxLength value = "4"/>
</simpleType>
<simpleType name = "CommCardType" base = "string">
<maxLength value = "1"/>
</simpleType>
<element name = "Debit">
<complexType content = "elementOnly">
<sequence>
<element name = "CardNum" type = "CardNumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "ExpDate" type = "ExpDateType" minOccurs = "0" maxOccurs = "1"/>
<element name = "MagData" type = "MagDataType" minOccurs = "0" maxOccurs = "1"/>
<element name = "NameOnCard" type = "NameType" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>
</element>
<element name = "Check">
<complexType content = "elementOnly">
<sequence>
<element name = "CheckType" type = "CheckTypeEnum" minOccurs = "0" maxOccurs = "1"/>
<element name = "AllianceNum" type = "string" minOccurs="0" maxOccurs="1"/>
<element name = "CheckNum" type = "CheckNumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "MICR" type = "MICRType" minOccurs = "0" maxOccurs = "1"/>
<element name = "DL" type = "DLType" minOccurs = "0" maxOccurs = "1"/>
<element name = "SS" type = "SSType" minOccurs = "0" maxOccurs = "1"/>
<element name = "DOB" type = "date" minOccurs = "0" maxOccurs = "1"/>
<element name = "DLState" type = "DLStateType" minOccurs = "0" maxOccurs = "1"/>
<element name = "AuthType" type = "AuthType" minOccurs = "0" maxOccurs = "1"/>
<element name = "CustomerType" type = "CustomerType" minOccurs = "0" maxOccurs = "1"/>
<element name = "BankName" type = "BankNameType" minOccurs = "0" maxOccurs = "1"/>
<element name = "BankState" type = "BankStateType" minOccurs = "0" maxOccurs = "1"/>
<element name = "BankAcctType" type = "BankAcctType" minOccurs = "0" maxOccurs = "1"/>
<element name = "AcctNum" type = "AcctNumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "ABA" type = "ABAType" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
<element ref = "Address" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "PayPal">