Developer's Guide

Table Of Contents
XMLPay Schemas
XMLPay Schema
A
104 XMLPay Developer’s Guide
<element ref = "ForceCapture"/>
<element ref = "RepeatSale"/>
<element ref = "GetStatus"/>
<element ref = "VerifyEnrollment"/>
<element ref = "ValidateAuthentication"/>
<element ref = "TransactionUpdate"/>
<element ref = "SetExpressCheckout"/>
<element ref = "GetExpressCheckout"/>
<element ref = "DoExpressCheckout"/>
</choice>
</sequence>
<attribute name = "Id" type = "ID"/>
<attribute name = "CustRef" type = "ReferenceIdType"/>
<element name = "Verbosity" type = "VerbosityEnum" minOccurs = "0" maxOccurs = "1"/>
<element name = "BrowserUserAgent" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "BrowserTime" type = "string" minOccurs = "0" maxOccurs = "1"/>
<element name = "BrowserCountryCode" type = "string" minOccurs = "0" maxOccurs = "1"/>
</complexType>
</element>
<simpleType name = "VerbosityEnum" base = "string">
<enumeration value = "Off"/>
<enumeration value = "Low"/>
<enumeration value = "Medium"/>
<enumeration value = "High"/>
</simpleType>
<element name = "Authorization">
<complexType content = "elementOnly">
<sequence>
<element ref = "PayData"/>
<element ref = "PayDataAuth" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>
</element>
<element name = "Capture">
<complexType content = "elementOnly">
<sequence>
<choice>
<element name = "PNRef" type = "PNRefType"/>
<element name = "PPRef" type = "PPRefType"/>
</choice>
<element ref = "Invoice" minOccurs="0" maxOccurs="1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>
</element>
<element name = "Sale">
<complexType content = "elementOnly">
<sequence>
<element ref = "PayData"/>
<element ref = "PayDataAuth" minOccurs = "0" maxOccurs = "1"/>
<element ref = "ExtData" minOccurs = "0" maxOccurs = "unbounded"/>
</sequence>
</complexType>