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 111
XMLPay Schemas
XMLPay Schema
A
<sequence>
<element ref = "RPData"/>
<element ref = "Tender"/>
</sequence>
</complexType>
</element>
<element name = "Modify">
<complexType content = "elementOnly">
<sequence>
<element name = "ProfileID" type = "ProfileIDType"/>
<element ref = "RPData" minOccurs = "0" maxOccurs = "1"/>
<element ref = "Tender" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "Cancel">
<complexType content = "elementOnly">
<element name = "ProfileID" type = "ProfileIDType"/>
</complexType>
</element>
<element name = "Reactivate">
<complexType content = "elementOnly">
<sequence>
<element name = "ProfileID" type = "ProfileIDType"/>
<element ref = "RPData" minOccurs = "0" maxOccurs = "1"/>
<element ref = "Tender" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "Payment">
<complexType content = "elementOnly">
<sequence>
<element name = "ProfileID" type = "ProfileIDType"/>
<element ref = "RPData" minOccurs = "0" maxOccurs = "1"/>
<element ref = "Tender" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "Inquiry">
<complexType content = "elementOnly">
<element name = "ProfileID" type = "ProfileIDType"/>
<element name = "PaymentHistory" type = "string" minOccurs="0" maxOccurs="1"/>
</complexType>
</element>
<element name = "RPData">
<complexType content = "elementOnly">
<sequence>
<element name = "Name" type = "RPNameType" minOccurs="0" maxOccurs="1"/>
<element name = "TotalAmt" type = "CurrencyAmount" minOccurs="0" maxOccurs="1"/>
<element name = "Start" type = "RPDateType" minOccurs="0" maxOccurs="1"/>
<element name = "Term" type = "int" minOccurs="0" maxOccurs="1"/>
<element name = "PayPeriod" type = "PayPeriodType" minOccurs="0" maxOccurs="1"/>