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 Syntax
The XMLPayResponse Document (Transactions)
2
40 XMLPay Developer’s Guide
AVSResult
<AVSResult>
(StreetMatch)
(ZipMatch)
</AVSResult>
PayPalResult
<PayPalResult>
(EMail?)
(PayerID?)
(Token?)
(PPRef?)
(FeeAmount)
(PayerStatus?)
(PaymentType?)
(PendingReason?)
(Custom?)
(InvNum?)
(Phone?)
(Name?)
(ShipTo?)
(CorrelationID?)
</PayPalResult>
ExtData Optional element that may carry extended data (outside the syntax
of the XMLPay schema).
Attribute Description
Result Number that indicates outcome of the transaction (see Appendix C,
“Transaction Results”).
CustRef Reference string that identifies the customer.
Duplicate Identify if the transaction has been run before.
Attribute Description
StreetMatch Indicates whether or not the billing street address matched the bank's
records. Possible values: match, no match, service not available, or
service not requested.
ZipMatch Indicates whether or not the billing zip matched the bank's records.
Possible values: match, no match, service not available, or service not
requested.
Element Description