v1
latestOpenAPI 3.0.32026-07-14133451.7 KBBooking
Retrieve a booking check
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.
get/booking/checks/{checkId}
Path parameters
checkIdstring required
UUID
Example:23246c8e-11ad-4105-845b-07ad855649c3
Response
OK
This is a CheckResponse containing a Check with unique checkId that can be referred to when obtaining CheckStatus or in creating an Order.