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 101
A
XMLPay Schemas
This appendix contains the XMLPay schema.
NOTE: The RepeatSale element is defined, but not supported.
XMLPay Schema
<?xml version ="1.0"?>
<schema targetNamespace = "http://www.paypal.com/XMLPay"
='unqualified'
='unqualified'
= "http://www.w3.org/1999/XMLSchema">
<include schemaLocation = "XMLPayTypes.xsd"/>
<element name = "XMLPayRequest">
<complexType content = "elementOnly">
<sequence>
<element ref = "RequestData"/>
<element ref = "RequestAuth"/>
</sequence>
<attribute name = "version" type = "string" />
<attribute name = "request_id" type = "string" />
<attribute name = "response_id" type = "string" />
<attribute name = "Timeout" type = "int" />
</complexType>
</element>
<element name = "VersionIntegrationTracking">
<complexType content = "elementOnly">
<sequence>
<element name = "IntegrationType" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "IntegrationVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "WrapperType" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "WrapperVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSName" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSArchitecture" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "OSVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "JavaVersion" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "Proxy" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>
</element>
<element name = "RequestData">
<complexType content = "elementOnly">
<sequence>