Validate room charge
Validates a hotel reservation for room-charge or member-number payment and returns the reservation details to pass into the booking call.
Authorizations
Your brand's secret API key, e.g. Bearer way_sk_live_bhEqcn0i1fRoUEHBPjJkQA. Older Way-Brand-Id + Way-Secret-Key credentials still work: see Legacy authentication.
Path Parameters
The brand's ID - must match the brand your API key identifies (or the Way-Brand-Id header when one is sent).
The PMS integration to validate against, e.g. opera or micros.
Body
The body is of type object.
Response
Validate room charge.
Reservation ID.
"res-123"
Arrival date (formatted as YYYY-MM-DD)
"2024-03-10"
Departure date (formatted as YYYY-MM-DD)
"2024-03-15"
Reservation status.
"CONFIRMED"
Confirmation ID (if applicable)
"CONFIRM-456"
Guests associated with the reservation.
Comments related to the reservation.
Fixed charges associated with the reservation.
Postings associated with the reservation.
Arrival time (Stayntouch specific)
"14:00"
Departure time (Stayntouch specific)
"11:00"