pixiGetPendingPayments

API Call to get pending payments at a specific time. Multi Currency: Return database currency code in field dbCurrency depend on if Multi Currency is Enabled then we:

  • calculate and return data in database currency else
  • calculate and return data in order / original currency (with value NULL for currency code).

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


Request

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

Request body

Name Type Required Description
Date string false

Date when you want to have this export

Type: datetime

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

ShopID string false

Shop Id

Type: varchar(3)

Default value: NULL

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)

Details boolean false

1 = you'll see the details of this report, 0 = you'll only get payment type and amount at the specified date

Type: bit

Default value: 0

Example:

Available from: LOU Official - Update 46 (6.9.46.27927)


Response

1. Result set

Name Type Description
Amount number

Amount

Type: money

Available from: 25.06 (25.6.0.58802)

ShopID string

ShopID

Type: varchar

Available from: 25.06 (25.6.0.58802)

Comment string

Comment

Type: varchar

Available from: 25.06 (25.6.0.58802)

CustRef integer

Customer Id

Type: int

Available from: 25.06 (25.6.0.58802)

Reference string

Reference

Type: varchar

Available from: 25.06 (25.6.0.58802)

OpenAmount number

OpenAmount

Type: money

Available from: 25.06 (25.6.0.58802)

dbCurrency string

dbCurrency

Type: varchar

Available from: 25.06 (25.6.0.58802)

PaymentType string

PaymentType

Type: varchar

Available from: 25.06 (25.6.0.58802)

CustomerAccountKey integer

Customer Account Key

Type: int

Available from: 25.06 (25.6.0.58802)

2. Result set

Name Type Description
Date string

Date

Type: datetime

Available from: 25.06 (25.6.0.58802)

OpenAmount string

OpenAmount

Type: varchar

Available from: 25.06 (25.6.0.58802)

dbCurrency string

dbCurrency

Type: varchar

Available from: 25.06 (25.6.0.58802)

PaymentType string

PaymentType

Type: varchar

Available from: 25.06 (25.6.0.58802)