pixi Developer & Integration Documentation

pixiPayGetOrdersToAuthorize

Description

API Call made for Payment-Apps to get all orders that need authorizing


Request Parameters

# Name Type Required Example Description
1 PaymentCode string 0 A PaymentCode of the specific Payment that shall be listed.
2 ShowAll boolean 0 0/1 If true (1), shows all orders even though ccpSetFailTries is > 3 (Default 0)
3 RowCount integer 0 123 Number of rows that is returned by API call. Default = 30.

Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
   <soapenv:Header/>
   <soapenv:Body>
      <dem:pixiPayGetOrdersToAuthorize>
         <dem:PaymentCode>A</dem:PaymentCode>
         <dem:ShowAll>0/1</dem:ShowAll>
         <dem:RowCount>123</dem:RowCount>
      </dem:pixiPayGetOrdersToAuthorize>
   </soapenv:Body>
</soapenv:Envelope>

Response


Body 1: List of orders to authorize

# Name Type Description
1 OrderNr integer pixi Order Number
2 OrderNrExternal string External order number
3 OrderTotal number Order total
4 OrderLinesTotal number Order lines total
5 OrderLinesDiscount number Order lines discount
6 ShipCost number The total shipping costs of the whole order
7 OrderLinesTotalANG number Order lines total for all orderlines on ANG status
8 OrderLinesTotalHAL number Order lines total for all orderlines on HAL status
9 OrderLinesTotalAUS number Order lines total for all orderlines on AUS status
10 OrderLinesTotal_OrderCurr number Order lines total (obsolete)
11 OrderLinesTotalANG_OrderCurr number Order lines total for all orderlines on ANG status (obsolete)
12 OrderLinesTotalHAL_OrderCurr number Order lines total for all orderlines on HAL status (obsolete)
13 OrderLinesTotalAUS_OrderCurr number Order lines total for all orderlines on AUS status (obsolete)
14 ShipCost_OrderCurr number Ship costs (obsolete)
15 OrderCurrency string Order currency
16 ShopID string Shop ID
17 CardOwner string Card Owner
18 CardNumber string Card Number
19 CardExpiration string Card Expiration
20 CardCVC string Card CVC
21 Anrede string Salutation
22 CareOf string Care Of
23 FirstName string First Name
24 LastName string Last Name
25 Address string Address
26 City string City
27 ZIP string ZIP
28 Country string Country
29 Phone string Phone
30 CCPPaymentInfoOK string Payment Info OK
31 CCPLastAuthCode string Last Authorization Code
32 CCPNumOfTries integer Number of tries
33 CCPReauthorizeYN string Re-authorize (Y(es) / N(o))
34 ccpPayID string ID of credit card payment
35 ccpSetFailLastTime string Date time of last failed transaction.
36 ccpSetFailTries integer Number of failed transations

Additional Notes