
XMLPay Overview
Using XMLPay
1
10 XMLPay Developer’s Guide
Example 1
<?xml version=“1.0”?>
<Card>
<CardType> MasterCard </CardType>
<CardNumber>495576040004</CardNumber>
<ExpDate>200011</ExpDate>
CVNum>828</CVNum>
</Card>
Example 2
<?xml version=“1.0”?>
<Items ID=“IDTI123”>
<Item Number=“1”>
<Description>Electric Toothbrush</Description>
<Quantity>1</Quantity>
<UnitPrice>100</UnitPrice>
<TotalAmt>100</TotalAmt>
</Item>
<Item Number=“2”>
<Description>ToothPaste</Description>
<Quantity>20</Quantity>
<UnitPrice>2</UnitPrice>
<TotalAmt>40</TotalAmt>
</Item>
…
</Items>
Using XMLPay
XMLPay defines an XML syntax for payment transaction requests and responses in a payment
processing network.
The typical user of XMLPay is an Internet merchant or merchant aggregator who wants to
dispatch credit card, corporate purchase card, Automated Clearing House (ACH), or other
payment requests to a financial processing network.
Using the data type definitions specified by XMLPay, a user creates a client payment request
and dispatches it—using a mechanism left unspecified by XMLPay—to an associated
XMLPay-compliant server component. Responses (also formatted in XML) convey the results
of the payment requests to the client.
NOTE:For specific examples of how to submit XML documents using the Website Payments
Pro Payflow Edition client service, see the PayPal Manager Download package.
XMLPay Instruments
XMLPay supports payment processing using the following payment instruments:
z Retail credit and debit cards
Kommentare zu diesen Handbüchern