pixi Developer & Integration Documentation

pixiSetCreditCardInfo

Description

API call for updating the credit card information


Request Parameters

#

Name

Type

Required

Example

Description

1

OrderNr

integer

1

123

Filter: pixi* order number

2

ScrambleData

boolean

0

0 or 1

Switch to scramble the credit card data

3

AuthCode

string

0

abcdefg

Value to populate the credit card authentication code.


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:pixiSetCreditCardInfo>
         <dem:OrderNr>123</dem:OrderNr>
         <dem:ScrambleData>0 or 1</dem:ScrambleData>
         <dem:AuthCode>abcdefg</dem:AuthCode>
      </dem:pixiSetCreditCardInfo>
   </soapenv:Body>
</soapenv:Envelope>


Response


Additional Notes

The Api call will exit with return value 0 when it was successfull. And with return value 1 in case of error.