Confirm Reservation
Last updated
Last updated
Confirm a pending reservation by providing guest details and payment information. This endpoint finalizes the booking process, transforming a temporary hold into a confirmed reservation.
The unique identifier of the pending reservation to be confirmed
The method of payment for the reservation
The full number of the credit card or virtual credit card
The name of the cardholder as it appears on the card
The expiry date of the card in MM/YYYY format
^\d{2}\/\d{4}$
The type of credit card (AX=American Express, DN=Diners, DS=Discover, JC=JCB, MC=Mastercard, CU=China UnionPay, VI=Visa)
The Card Verification Value (CVV) of the credit card
^\d{3,4}$
VCC activation date/time. Expressed in ISO 8601 extended format. Date Format - YYYY-MM-DDThh:mm:ss<.sss>(+|-)hh:mm where <.sss> is optional and can be 1 to 3 digits.
"2020-07-04T12:09:56.450-07:00"
VCC deactivation date/time. Expressed in ISO 8601 extended format. Date Format - YYYY-MM-DDThh:mm:ss<.sss>(+|-)hh:mm where <.sss> is optional and can be 1 to 3 digits.
"2020-07-04T12:09:56.450-07:00"
The currency of the Virtual Credit Card (if applicable)
The balance available on the Virtual Credit Card (if applicable)
The title of the primary guest (e.g., Mr., Mrs., Ms., Dr.)
The first name of the primary guest
The last name of the primary guest
The email address of the primary guest
The phone number of the primary guest
The street address of the primary guest (optional)
The city of residence for the primary guest (optional)
The state or region of residence for the primary guest (optional)
The postal or zip code of the primary guest (optional)
The country of residence for the primary guest (optional)
Any additional remarks or special requests from the primary guest (optional)
An array of rooms in the reservation, each with its guest details
Successful response. The reservation has been confirmed successfully.