November 12, 2025

  • 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 /reservations endpoint. This ensures accurate calculation for connected channels.
    Example usage:
    "financials": {
      "charges": [
        {
          "item": "Channel Host Fee",
          "code": "CHFSYSTEM",
          "type": "discount_code",
          "value": -4900000000
        }
      ],
      "total_value": 23727000000
    }
    Notes:
    • "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.