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 Schemas
XMLPay Schema
A
102 XMLPay Developer’s Guide
<element name = "Vendor" type = "UserIdType"/>
<element name = "Partner" type = "UserIdType"/>
<choice>
<element name = "Transactions">
<complexType content = "elementOnly">
<element ref = "Transaction" minOccurs = "1" maxOccurs = "unbounded" />
</complexType>
</element>
<element name = "RecurringProfiles">
<complexType content = "elementOnly">
<element ref = "RecurringProfile" minOccurs = "1" maxOccurs = "unbounded"
/>
</complexType>
</element>
<element name = "AccountUpdateRequests">
<complexType content = "elementOnly">
<element ref = "AccountUpdateRequest" minOccurs = "1" maxOccurs =
"unbounded" />
</complexType>
</element>
</choice>
<element ref = "VersionIntegrationTracking" minOccurs = "0" maxOccurs = "1"/>
</sequence>
</complexType>
</element>
<element name = "RequestAuth">
<complexType content = "elementOnly">
<choice>
<element ref = "UserPass"/>
<element ref = "Signature"/>
</choice>
</complexType>
</element>
<element name = "XMLPayResponse">
<complexType content = "elementOnly">
<sequence>
<element ref = "ResponseData"/>
<element ref = "Signature" minOccurs = "0" maxOccurs = "1"/>
<element name = "TransactionReceipts" minOccurs = "0" maxOccurs = "1">
<complexType content = "elementOnly">
<element ref = "XMLPayReceipt" minOccurs = "1" maxOccurs = "unbounded"/>
</complexType>
</element>
</sequence>
<attribute name = "xmlns" type = "string" />
<attribute name = "version" type = "string" />
<attribute name = "request_id" type = "string" />
<attribute name = "response_id" type = "string" />
</complexType>
</element>
<element name = "ResponseData">
<complexType content = "elementOnly">
<sequence>
<element name = "Vendor" type = "UserIdType"/>
<element name = "Partner" type = "UserIdType"/>