Applies to:
Stayntouch PMS
Stayntouch PMS Nebula POS
Nebula POS is a product of Hospitality Technology International (HTI). The following functionalities are supported:
- Pull the reservations and guest information and do a look up in the POS by guest name, confirmation number, or room.
- Push F&B sales transaction to the room for checked in guests with toggle restrict_post off.
- The partner can send either itemized transactions list or groups/total transactions. The reference text contains the outlet name or shift information, this depends on the POS's settings. The reference number is also used to indicate the POS check number.
- Only full discount is supported.
- Passerby or non-residential charges are supported and are toggle features in the POS. If active, the revenue is posted to unique house accounts that can be looked up by name or account number.
- Push F&B sales transactions to open accounts that are settled in the PMS.
This integration can be used globally.
Configuration:
- Mappings are needed in the POS for the charge codes used, payment, and passerby house account.
- Taxes: The PMS calculates the taxes.
WEBHOOK USAGE
- There are no webhooks in use.
API USAGE
- GET/Hotels/{id}/charge_codes
- GET /reservations with query checked_in, query, room, hotel_id, confirmation number
- GET/posting_accounts with query hotel_id, type, status, name, account_number
- POST/reservations/{id}/transactions
- POST/posting_accounts/{id}/transactions
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Nebula.
- client_id
- client_secret
- hotel_id
- API endpoints