Skip to content

Reservation Status API

Provides reservation status information with respect to a reservation ID.

Get reservation status

Request

Provides status information for an accommodation reservation.

Path
reservation-idinteger, (int64)required

The unique identifier of the reservation.

Headers
Authorizationstringrequired

Bearer token for authentication.

Example:Bearer <your_token>
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/status' \
  -H 'Authorization: Bearer <your_token>'

Responses

Successfully fetched information about the cc status associated with provided reservation id

Bodyapplication/json
metaobject(DefaultMeta)

Response metadata

dataobject(ReservationStatusData)

Reservation status data

errorsArray of any, <= 0 items
warningsArray of any, <= 0 items
Response
{ "meta": { "ruid": "string" }, "data": { "reservationId": "string", "payoutType": "string", "propertyId": "string" }, "errors": [], "warnings": [] }