Skip to main content
Some catalog products include service fee fields when Kalixo applies an additional processing fee on top of the sell price. These fields are omitted when no service fee applies to the product.

Fields

serviceFee
boolean
true when a service fee applies to this product.
serviceFeeType
string
How the fee is calculated: Percentage or Amount.
serviceFeeValue
string
The fee rate or fixed amount. See Examples by type below.

Examples by type

serviceFeeTypeExample serviceFeeValueMeaning
Percentage2.52.5% of the selling price
Amount250Fixed fee of 250 minor units (e.g. £2.50 when currencyCode is GBP)

Example product excerpt

{
  "id": 2,
  "name": "Sony PlayStation®Network Wallet Top-Up £100",
  "price": 10000,
  "currencyCode": "GBP",
  "serviceFee": true,
  "serviceFeeType": "Amount",
  "serviceFeeValue": "250"
}
Service fees are catalog metadata for display and pricing visibility. Always send the current catalog price when placing an order - see Order lifecycle.