Applies to:
Stayntouch PMS
Stayntouch PMS Loyco
Loyco is a loyalty platform that stores loyalty members' data and manages points. The integration supports the following functionalities:
- Pull reservation and guest information
- Push new loyalty member guest cards
- Push updates to guest card loyalty information
- Push the points information to guest card notes
- Push points redemption to the reservation
The integration can be used globally.
Configuration:
- Mappings are needed in Loyco for the payment (redemption) charge code, rates eligible for points earning. Extra revenue can be also included in points earned.
WEBHOOK USAGE
- Production Endpoint: https://webhooks.stayntouch.loyalty.loyco.io/events/v1/receiver
- Create Reservation
- Edit Reservation
- Reinstate Reservation
- Cancel Reservation
- No Show Reservation
- Card Replace
- Room Move
- Reservation Revenue Update
- Check-In Completed
- Reverse Check-In
- Check-In Available
- Check-In Fail
- Pre-Check-In Available
- Pre-Check-In Success
- Pre-Check-In Failure
- Room Assignment Success
- Checked-Out
- Reverse Check-Out
- Check-Out Available
API USAGE
- GET/Hotels/{id}/
- GET/Hotels/{id}/memberships
- GET/Hotels/{id}/charge_codes
- GET/charge_codes/translations
- GET/charge_codes/{id}/basic_taxes
- GET/rates/
- GET/rates/{id}/
- GET/rates/translations
- GET/reservations/{id}
- GET/reservations daily synchronisation, parameter from_date/to_date, date_filter=updated for daily incremental
- GET/guests/
- POST/guests/
- GET/guests/{id}
- GET/guests/{id}/memberships
- PUT/guests/{id}/memberships/{id}
- DELETE/guests/{id}/memberships/{id}
- PUT/guests/{id}
- POST/reservations/{id}/transactions
- GET/reservations/{id}/revenue
GENERATING OAUTH KEYS
- Stayntouch Implementations will generate API OAuth keys to Loyco.
- client_id
- client_secret
- hotel_id
- API endpoints