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 115
XMLPay Schemas
XMLPay Types Schema
A
</element>
<element name = "PayDataAuth">
<complexType content = "elementOnly">
<choice>
<element name = "PKCS7Signature" type = "Base64BinaryData"/>
<element ref = "Signature"/>
</choice>
</complexType>
</element>
<element name = "Invoice">
<complexType content = "elementOnly">
<sequence>
<element name = "CustIP" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "MerchantDescription" type = "string" minOccurs = "0" maxOccurs =
"1"/>
<element name = "MerchantServiceNum" type = "string" minOccurs = "0" maxOccurs =
"1"/>
<element name = "Recurring" type = "boolean" minOccurs = "0" maxOccurs = "1"/>
<element name = "InvNum" type = "InvNumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "OrigInvNum" type = "InvNumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "Date" type = "date" minOccurs = "0" maxOccurs = "1"/>
<element name = "OrderDateTime" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "BillFrom" minOccurs = "0" maxOccurs = "1">
<complexType context = "elementOnly">
<element name = "Name" type = "NameType" minOccurs = "0" maxOccurs = "1"/>
<element ref = "Address" minOccurs = "0" maxOccurs = "1"/>
<element name = "EMail" type = "EMailType" minOccurs = "0" maxOccurs = "1"/>
<element name = "Phone" type = "PhoneNumberType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "Fax" type = "PhoneNumberType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "URL" type = "uriReference" minOccurs = "0" maxOccurs = "1"/>
</complexType>
</element>
<element name = "BillTo" minOccurs = "0" maxOccurs = "1">
<complexType content = "elementOnly">
<element name = "CustomerId" type = "UserIdType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "Name" type = "NameType" minOccurs = "0" maxOccurs = "1"/>
<element ref = "Address" minOccurs = "0" maxOccurs = "1"/>
<element name = "EMail" type = "EMailType" minOccurs = "0" maxOccurs = "1"/>
<element name = "Phone" type = "PhoneNumberType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "Phone2" type = "PhoneNumberType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "Fax" type = "PhoneNumberType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "CustCode" type = "CustCodeType" minOccurs = "0" maxOccurs =
"1"/>
<element name = "PONum" type = "PONumType" minOccurs = "0" maxOccurs = "1"/>
<element name = "TaxExempt" type = "boolean" minOccurs = "0" maxOccurs = "1"/>
<element name = "PhoneType" type = "string" minOccurs = "0" maxOccurs = "1"/>
</complexType>
</element>