06 Confirm quote
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Turns a quote into a confirmed booking. This is the step that commits the sale. No request body.
On success the booking moves from quote to booking, billing.status becomes 3 (invoiced), and a confirmation email goes to the booker. Where the booking carries tax, a numbered VAT invoice is issued at this moment.
This is the only endpoint that confirms. The confirm flag on 03 Create quote does not do it.
All of these must hold:
quote, not already booking and not cancelledexpires_on is in the future; reprice with 05 Reprice quote if notgrand_total is at least 1Note that data here is not the booking. It is a small acknowledgement:
Fetch the booking with 09 Get booking by ID if you need the confirmed record back.
Confirming is not reversible through this API. 07 Cancel booking will cancel a confirmed booking, but nothing is refunded and no invoice is voided.