RMS Product Updates logo
Back to Homepage Subscribe to Updates

Product Updates

Check out the latest features, improvements, and product updates from RMS

Labels

  • All Posts
  • Announcement
  • New Feature
  • Improvement
  • New Channel
  • New Integration
  • Fix
  • BETA
  • Release Candidate
  • Live
  • RMS Pay
  • RMS Booking Engine
  • Partners
  • Rest API
  • Rollback
  • Reports
  • RMS
  • Guest Portal

Jump to Month

  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
Powered by

Create yours, for free!

AnnouncementNew FeatureLiveRMS Booking Engine
a week ago

Category Type Filtering & Colour-Coded Interactive Map

We've made two improvements to the booking engine that give guests a smoother, more intuitive search experience.

Simplified search results
Guests no longer need to select a category type before seeing results. All available options are now returned on the initial search, allowing guests to browse everything first and filter down using the new pill selectors at the top of the results page — choosing between accommodation or site based on what suits them.

For site bookings that require mandatory details, guests can complete these via the pill selector or will be prompted when they proceed to book — keeping the journey moving rather than creating a barrier upfront.

Colour-coded interactive map
The interactive map now uses distinct colours to differentiate category classification types, making it easy for guests to identify accommodation and site options at a glance.

Together, these changes reduce friction early in the booking journey and help move guests more confidently through to completion.

Avatar of authorRachael Todd
New FeatureLiveRMS Booking Engine
a week ago

Docks and berths are back on the booking engine

Dock and berth categories are now visible and bookable through the booking engine again, shown alongside accommodation and sites. Where a property offers multiple category types online, guests get a dock/berth filter option consistent with how other category types display.

Avatar of authorRachael Todd
AnnouncementNew FeatureImprovementLiveRMS Booking Engine
a week ago

Browse and filter by category type, right on the results page

You can now browse all your available accommodation, sites, and docks straight from search, without picking a type first. Category and map pages let guests filter by type as they go, and RV guests are only asked for boat or vehicle dimensions at the point of booking, not before. Results are grouped clearly by type, with availability status shown up front. This is designed to cut drop-off earlier in the search and lift booking conversion.

Avatar of authorRachael Todd
New FeatureLiveRMS Booking Engine
a week ago

New Booking Engine Now Supports More Legacy URL Parameters

IBE+ now correctly reads and applies the same booking URL parameters supported by the current IBE, including guest/pet counts, lead days and minimum length of stay, so existing deep links continue to work as expected.

Avatar of authorRachael Todd
AnnouncementNew FeatureImprovementLiveRMS Booking Engine
2 weeks ago

Migrate to the new booking engine before your payment gateway is ready

If your property hasn't yet moved to a supported payment gateway on the new booking engine, that's no longer a reason to hold off migrating.

Guests can now complete checkout even without a gateway configured. Their card details are captured securely — not charged online — so you can process the payment manually later in RMS 9+, using your existing terminal or gateway.

This means you can migrate to the new booking engine now and start charging guests manually, rather than waiting for your gateway to be supported.

What to expect:

  • No card payment or deposit is taken online in this mode, even if deposits are configured
  • Card details are captured securely and passed through to RMS 9+
  • Charge guests manually via your onsite terminal or gateway when you're ready
Avatar of authorRachael Todd
New FeatureRelease Candidate
4 weeks ago

Invoice To Feature

Available from: 22 July 2026

What's New

A new Invoice To field is now available on the Reservation Account screen, allowing you to specify the person or entity receiving services separately from the person or entity paying or receiving the invoice.

This is particularly useful for properties that need to issue invoices to a service recipient for GST/VAT claims, while billing a different party.

How It Works

  • Bill To — the person or entity paying or receiving the invoice (unchanged from current behaviour)
  • Invoice To — the person or entity receiving the services from the property

The Invoice To field:

  • Defaults to the same entity as Bill To (no action required if both are the same)
  • Can be changed independently to a different Guest, Company, or Travel Agent
  • Appears directly beneath the Bill To drop downs on the Reservation Account screen
  • Once set, it is retained even if Bill To is subsequently changed
  • Drives the recipient details shown on generated invoices (Tax Invoice, Statement, Grouped Tax Invoice, Receipt, Refund, and Print Transaction)

Example Scenarios

Bill To

Invoice To

Use Case

Company

Guest

Company pays, guest claims GST/VAT as service recipient

Travel Agent

Guest

Agent pays, guest receives the tax invoice

Guest

Company

Guest pays, company is the service recipient for tax purposes

What You Need to Know

  • No configuration is required — the field is available automatically on the Reservation Account screen
  • Existing reservations will default Invoice To to the current Bill To value
  • If you do not change Invoice To, your invoicing behaviour remains exactly as it is today
  • Generated invoices will reflect the Invoice To entity as the recipient

Who Benefits

Properties operating in regions with GST/VAT requirements where the payer and the legal service recipient may differ — ensuring compliant invoices can be issued to the correct party for tax claims.

Click here to read more in our help articles

Avatar of authorNaomi Irish
New FeatureFixLiveRest API
a month ago

REST API v10.26.191.2 — Live

Summary

This Live release delivers enhancements to reservation requirement responses, a new guest image upload endpoint, full CRUD support for Requirement Category Access, and a fix for a 503 error on reservation search by guest surname.

Included in this Live release:

  • Reservation Requirements — chargeRequiredDaily and chargeDailyIncludeToDate fields added to requirement responses, enabling accurate fee calculation in kiosk and self-check-in flows.
  • Guest Image Upload — New PUT /guests/{id}/image endpoint allows guest images to be uploaded directly via the API.
  • Requirement Category Access — New endpoints to get, add, replace, and remove category access entries on master Requirements.
  • Reservation Search Fix — POST /reservations/search no longer returns a 503 when filtering by guest surname.

👉 Beta details: https://releasenotes.rmscloud.com/rest-api-v10.26.191.2----beta-1Ph3uE


Notes

  • This release is now available in Live
  • Release Date: July 14, 2026 (AEST)
  • Partners can begin using these changes in production immediately
  • Please report any issues through standard support channels: https://rmsapi.zendesk.com/hc/en-gb/requests
Avatar of authorRaul Lopez
New FeatureBETARest API
a month ago

REST API v10.26.191.2 — Beta

Summary

This Beta release adds new fields to reservation requirement responses, a new endpoint for uploading guest images, and a new set of endpoints for managing Requirement Category Access. It also includes a fix for a 503 error returned by POST /reservations/search when filtering by guest surname. 


New Features

Reservation Requirements — chargeRequiredDaily and chargeDailyIncludeToDate Fields

Two new boolean fields have been added to reservation-level requirement responses. chargeRequiredDaily indicates whether a requirement is charged on a per-day basis; chargeDailyIncludeToDate controls whether the departure date is included in that daily charge calculation. These fields allow integrators to accurately calculate requirement fees without relying on additional lookups or UI-side logic.

Endpoints affected:

  • GET /reservations/{id}/requirements — Returns requirements for a reservation, now including chargeRequiredDaily and chargeDailyIncludeToDate
  • GET /reservations/requirements — Search reservation requirements, now including chargeRequiredDaily and chargeDailyIncludeToDate

Guest Image Upload — New Endpoint

Integrators can now upload an image (such as a passport or ID document scan) directly to a guest profile via the REST API. Previously this was only possible through the RMS UI.

New endpoint:

  • PUT /guests/{id}/image — Upload an image to a guest profile

Requirement Category Access — New Endpoints

A new set of endpoints enables integrators to manage Category Access on master Requirements. Category Access controls which property categories a Requirement appears in, using an allow-list model. This gives integrators programmatic control over Requirement visibility across a multi-category property setup, without requiring manual configuration in the RMS UI.

New endpoints:

  • GET /requirements/master/{id}/categoryAccess — Retrieve the category access list for a master Requirement
  • POST /requirements/master/{id}/categoryAccess — Add categories to the access list for a master Requirement
  • PUT /requirements/master/{id}/categoryAccess — Replace the category access list for a master Requirement
  • DELETE /requirements/master/{id}/categoryAccess — Remove categories from the access list for a master Requirement

Fixes 

Reservation Search — 503 Error When Filtering by Guest Surname

POST /reservations/search was returning a 503 Service Unavailable error when the request included a guestSurname filter. The endpoint now returns a valid result set, or an empty array when no matches are found.


Notes

  • Release Date: July 14, 2026 — Beta only
  • Please report any issues through standard support channels: https://rmsapi.zendesk.com/hc/en-gb/requests
Avatar of authorRaul Lopez
Your Q2 Product Update is here — RMS Mid-Year Momentum
AnnouncementNew FeatureLive
a month ago

Your Q2 Product Update is here — RMS Mid-Year Momentum

We're at the halfway point of the year, and your RMS environment has been busy. This quarter's update brings payment automation to RMS, real performance data from Apple Pay in the wild, a visual booking upgrade that's rolling out now, and a new community platform built for operators like you.

Here's what's new 👇


Payments that run without you

Advanced Payment Schedules

The chase is over. Advanced Payment Schedules are now generally available — set your deposit, instalment, and balance rules once, and RMS collects automatically, on schedule, without follow-up. Works across all property types and stay lengths, and connects directly with RMS Pay so every collection happens without a manual trigger. 

🔗 Learn more.

Automated Payments Dashboard

Every transaction across your property, in real time. The Automated Payments Dashboard gives you a single view of what's paid, what's pending, and what needs attention — covering credit card, direct debit, and SMS payment links. No more running reports to find out where you stand. 

🔗 Learn more.

Apple Pay with RMS Pay — what we're seeing

Apple Pay has been live with RMS Pay since Q1, and the numbers are worth talking about. Tokenisation means the card number is never shared with your property, which cuts online fraud by around 30%. Approval rates are up — Visa reports up to 4.6% more online transactions going through on average. Our RMS Pay users who have enabled Apple Pay are seeing authorization rates of over 96%. And properties enabling Apple Pay are seeing around 18% more bookings completed at checkout, simply by removing the friction of card entry.

The other thing worth knowing: when a guest's card is lost, reissued or expires, their Apple Pay token updates automatically. No failed renewals. No chasing guests for new card details. It just keeps working. 


A better way to book, visually

Interactive Maps — now rolling out

Guests can now pinch, zoom, and click their way to the perfect spot. Interactive Maps are rolling out across the RMS Booking Engine, letting guests browse your property visually — sites, amenities, availability — and book directly from the map. If you already have a map, it'll be updated automatically. If you don't have one yet, reach out and we'll get you set up. 

🔗 Learn more.

Something new: RMS Community

Your seat at the table

RMS Community is live at community.rmscloud.com. It's the central place where RMS customers connect with each other, get answers, and have a direct say in where the product goes next.

Three spaces to explore:

  • News & Announcements — product updates, events, and company news straight from RMS
  • Member Lounge — peer discussion, networking, and industry conversation with operators across every vertical and region
  • Support Desk — fast answers from people who've been there, linked back to the Help Centre

Getting started takes a few minutes: visit community.rmscloud.com, create your account, and follow the setup wizard. Once you're in, click + New Post to start a conversation or jump into one already happening. 

🔗 Join RMS Community

From the field: Sadie AI in the wild

Beachport Caravan Park — first 30 days

Beachport Caravan Park switched to RMS from Newbook and added Sadie AI in their first month. Here's what happened.

Sadie handled 684 calls. 376 of them — 55% — were resolved entirely without staff involvement. 42 bookings were captured, worth $9,720 in revenue. 122 rates and availability enquiries were tracked for retargeting, and 49 offers sent on behalf of the property, representing $11,346 in potential booking value.

One month. One integration. A materially different operation.

Sadie AI is available now as an RMS Partner integration — and for a limited time, new RMS customers can try Sadie free for one month. 

🔗 Learn more about Sadie AI.

Ready to get started?

These updates are live in your RMS environment now. Whether you want to activate payment automation, explore Interactive Maps, or join the RMS Community — your mid-year upgrade is ready and waiting.

🔑 To activate new features in your RMS subscription, contact our expansion team.

🎬 See it all in action. Watch our Mid-Year Momentum webinar, available on demand.

Avatar of authorElizabeth Gasperotti
New FeatureImprovementLiveRMS Booking Engine
a month ago

Clearer search results: now showing why categories don't match

The IBE search results page now has three distinct sections instead of two.
Previously, a category was either available or unavailable. Now, a third section - "Available, but doesn't match your search" - appears between them. This highlights categories that have rooms or sites free for your dates, but can't be booked with the current search criteria.
Guests will see a clear explanation on each card, such as:

A minimum length of stay requirement they haven't met
A guest count that exceeds the category's capacity

This removes the guesswork for your guests and reduces abandoned bookings caused by unclear availability messaging. The change applies across both the rates view and map view.

Avatar of authorRachael Todd