pixiSetCreditCardInfo

API call for updating the credit card information

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes: The Api call will exit with return value 0 when it was successfull. And with return value 1 in case of error.


Request

POST https://apigateway.descartes.com/tms/pixi/pixiSetCreditCardInfo

Request body

Name Type Required Description
OrderNr integer true

Filter: pixi* order number

Type: int

Default value:

Example: 123

Available from: LOU Official - Update 46 (6.9.46.27927)

AuthCode string false

Value to populate the credit card authentication code.

Type: varchar(50)

Default value: NULL

Example: abcdefg

Available from: LOU Official - Update 46 (6.9.46.27927)

ScrambleData boolean false

Switch to scramble the credit card data

Type: bit

Default value: 1

Example: 0 or 1

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

Name Type Description