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 25
XMLPay Syntax
Core Structures
2
Core Structures
PayData
<PayData>
(Invoice)
(Tender)
</PayData>
PayDataAuth
The PayDataAuth element provides authentication of the payer for an associated PayData,
using either a PKCS-7 format or a W3C XML Signature format digital signature.
<PayDataAuth>
(PKCS7Signature|Signature)
</PayDataAuth>
Invoice
<Invoice>
(CustIP)*
(MerchantDescription)*
(MerchantServiceNum)*
(Recurring)*
(InvNum)?
(OrigInvNum)*
(Date)?
(OrderDateTime)*
<BillFrom>
(Name)?
(Address)?
(EMail)?
(Phone)?
(Fax)?
(URL)?
</BillFrom>
<BillTo>
(CustomerId)*
(Name)?
(Address)?
Attribute Description
Invoice Describes the details of a purchase. Defined on page 25.
Tender Describes the payment instrument. Defined on page 32.