pixiPaySetAuthorizationStatus

API Call for settings Pay Set Authorization Status

Since pixi version: LOU Official - Update 46 (6.9.46.27927) Additional notes:


Request

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

Request body

Name Type Required Description
AuthID string false

Authorizazion ID, will be written back into the OrderHeader to ccpPayID

Type: varchar(50)

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

Message string false

This message will be logged additionally in pixi CCP Logfile.

Type: varchar(200)

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

OrderNr integer false

OrderNr of the order that was tried to authorized

Type: int

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

Success boolean false

Flag if the autorization was successull

Type: bit

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

AuthCode string false

Return Code of the Payment Provider. will be written into OrderHeader ccpLastAuthCode

Type: varchar(50)

Default value:

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

Name Type Description