Menu

Product Updates

Filter updates by categories:

2025 July – New API endpoint: GET /bills/revenue

A new endpoint is available to retrieve revenue posted for a specific past date, grouped by charge code and filtered by ledger type. The current business date is not supported.

Required query parameters: hotel_id, date, ledger (one of guest, deposit, ar)

Each result in the response includes:

  • charge_code – charge code
  • account – ledger account
  • cost_center – cost centre
  • vat_code – VAT code
  • charge_code_description – charge code description
  • gross_amount – total gross amount for the charge code, excluding excluded taxes
  • net_amount – net revenue excluding inclusive taxes; equal to gross amount if no taxes are inclusive
  • taxes – array of taxes posted with the charge code, each containing tax_inclusive, charge_code, charge_code_description, and amount

Debit amounts are returned as positive values and credit amounts as negative values.

Example response:

{
  "results": [
    {
      "charge_code": "1000",
      "account": "Guest Ledger",
      "cost_center": "Rooms",
      "vat_code": "VAT20",
      "charge_code_description": "Room Revenue",
      "gross_amount": 250.00,
      "net_amount": 208.33,
      "taxes": [
        {
          "tax_inclusive": true,
          "charge_code": "TAX20",
          "charge_code_description": "VAT 20%",
          "amount": 41.67
        }
      ]
    }
  ]
}

Book a demo Contact Us
×

See how StayNtouch’s Cloud PMS, Guest Mobility, and Guest Kiosk solutions deliver better results for hotels through better front & back of house communication, increased mobile touch-points, more revenue and operational efficiency, and unlimited interfaces.

Your demo will include how to:

Manage and Set Tasks Across Your Departments

Ensure Guest Satisfaction & Safety With Contactless Check-in Options

Automate Easy Upsells & Monetized Early/Late Checkouts

Set & Manage Rates/Availability

Integrate With Tools and Platforms Essential to Your Hotel

And More!

Request a demo