November 12, 2025
about 1 month ago by Kyle Marshall
- A deployment has been released to re-implement support for the Channel Host Fee
(CHFSYSTEM). Partners can now include the Channel Host Fee as a discount line item within the"financials"object when creating reservations through the/reservationsendpoint. This ensures accurate calculation for connected channels.
Example usage:Notes:"financials": { "charges": [ { "item": "Channel Host Fee", "code": "CHFSYSTEM", "type": "discount_code", "value": -4900000000 } ], "total_value": 23727000000 }"type"must be set to"discount_code"."value"represents the commission amount as a fixed-point number (scale of 10⁸) and must be set as a negative (-) value."total_value"must reflect the full booking total, the Channel Host Fee will be deducted systematically.
