---
title: "Get reservation status"
method: GET
path: "/connectivity-payments/reservations/{reservation-id}/status"
tags: ["Reservation Status API"]
---

# Get reservation status

`GET /connectivity-payments/reservations/{reservation-id}/status`

Provides status information for an accommodation reservation.

## Path parameters

- `reservation-id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

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

- ReservationStatusResponse — Response containing reservation status information
  - `meta` DefaultMeta — Metadata for the response
    - `ruid` string — Request unique identifier
  - `data` ReservationStatusData — Reservation status information
    - `reservationId` string — Accommodation reservation identifier
    - `payoutType` string — Type of payout: GROSS, NET, or UNKNOWN.
    - `propertyId` string — Property identifier
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — Invalid request payload.
- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — Access Denied!
- `410` — Reservation cannot be processed because the checkout date is older than the allowed 18-months window.
- `429` — You exceeded the rate limit.
- `500` — The request failed with an internal server error.

---

[API](https://skmtc.net/booking/apis/payments-api.md) · [All operations](https://skmtc.net/booking/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/payments-api/revisions/3c0b3d08cb90/schema)
