XWebCheckOut
XWebCheckOut is an XML/SOAP based web service which provides integration and management of the standard e-commerce shopping cart checkout process (Basket -> Shipping -> Billing -> Credit Card -> Receipt) to client applications. For complete documentation please visit http://www.xwebservices.com/Web_Services/XWebCheckOut/.
The following operations are supported. For a formal definition, please review the Service Description.
-
LoadBasketsPaged
Returns 'paginated' Order records, for which a 'Basket' entry/node was created, in the reverse chronological order the records were entered into the system. -
LoadReceiptsByShopperPaged
Returns 'paginated' Order records by a specific shopper, for which a 'Receipt' entry/node was created, in the reverse chronological order the records were entered into the system. -
ProcessOrder
Performs data manipulation on individual Order records. -
LoadOrder
Returns a specific Order. -
ProcessPaymentCybersource
Perfoms credit card payment processsing. Merchant Account and Cybersource Secure Payment Gateway setup are required. -
LoadBaskets
Returns all Orders for which a 'Basket' entry/node was created, in the reverse chronological order the records were entered into the system. -
LoadCreditCardTypes
Helper SOAP Method: Returns the Credit Card Types. -
LoadReceipts
Returns all Orders for which a 'Receipt' entry/node was created, in the reverse chronological order the records were entered into the system. -
LoadReceiptsPaged
Returns 'paginated' Order records, for which a 'Receipt' entry/node was created, in the reverse chronological order the records were entered into the system. -
LoadReceiptsByShopper
Returns all Orders by a specific shopper for which a 'Receipt' entry/node was created, in the reverse chronological order the records were entered into the system. -
ProcessPaymentLSPG
Perfoms credit card payment processsing. Merchant Account and LinkPoint Secure Payment Gateway setup are required.