---
title: "Retrieve a booking check"
method: GET
path: "/booking/checks/{checkId}"
tags: ["Booking"]
---

# Retrieve a booking check

`GET /booking/checks/{checkId}`

A `CheckResponse` containing a `Check` with the same `checkId` will be returned, given a `checkId` previously returned.

The `CheckStatus` for the `checkId` should be retrieved beforehand.

- If the `CheckStatus` is `completed`, the `Check` record should include the final `totalAmount` in specific `currency`.
- Otherwise, the `Check` record will not include the final `totalAmount`.

An optional `extended` map of `key:value` pairs can be used to assoicate certain custom data with this particular request for future tracking.

> For example, it is recommended to pass a client side order ID to this `extended` map, so later when a response is returned it is convenient to identify the corresponding order at client side.

## Path parameters

- `checkId` string, required — UUID

## Response `200`

OK
> This is a `CheckResponse` containing a `Check` with unique `checkId` that can be referred to when obtaining `CheckStatus` or in creating an `Order`.

- CheckResponse
  - `message` string — message returned by server side if there is any

## Other responses

- `404` — Not Found > No `Check` could be found for the specific `checkId`. See `message` for any error message.

## Changes

- **2021-11-12** `c3e56ec8db70` — 1 info
  - endpoint added
- **2021-07-20** `704267da2188` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/changes/booking/checks/:checkId/get.md)

---

[API](https://skmtc.dev/newpathfly/apis/virtual-interlining-api.md) · [All operations](https://skmtc.dev/newpathfly/apis/virtual-interlining-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newpathfly/virtual-interlining-api/revisions/5e3990fa16fa/schema)
