post
https://api.liteapi.travel/v3.0/experiences/tours//prebooks
Overview
Create a temporary hold on the selected tour slot and a Stripe PaymentIntent for checkout.
When to Use
- Checkout start — After the user picks option, slot, and participants from booking-options
- Payment setup — Obtain
transactionIdandsecretKeyfor Stripe SDK confirmation - Hold window — Reserve inventory for ~10 minutes before book
What You Get
- Checkout context —
tourId,optionId,dateTime,language,participants, and pricing echoed back - Provider refs —
cartId,experienceBookingId,providerBookingId,status,reservationExpiresAt - Stripe fields —
transactionId,secretKey,paymentTypes: ["TRANSACTION_ID"]
Quick Start
POST the same selection used for display pricing from booking-options with usePaymentSdk: true. Confirm payment with Stripe, then call POST /experiences/bookings.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…

