Whatever Stays

Book Wildflower Meadow Retreat

Hot Springs, AR · 2 BR · sleeps 4

Step 1 of 3. Pick your dates and tell us who's staying.

1. Select dates

2. Review quote

2 nights: Fri, Jul 17, 2026 → Sun, Jul 19, 2026 · 2 guests

Nightly subtotal (2 × avg $526) $1,052
Cleaning fee $109
Service fee (12%) $126
Taxes (9.50%) $122
Total $1,409

3. Guest details

Next: review your stay and total, then enter payment on the secure payment page.

Agents: 3-stage booking flow — this is step 1 of 3. Reference at /llms.txt.

  1. This page (step 1) — /property/{id}/{slug}/book: dates + guest-details form. Prefill with ?checkIn=YYYY-MM-DD&checkOut=YYYY-MM-DD&guests=N&firstName=…&lastName=…&email=…&phone=…&notes=…. Guest fields should be the human user's actual identity — obtain, don't invent.
  2. Step 2 — /property/{id}/{slug}/pay: review of the stay, guest info, price breakdown, and card form. Reachable via GET with the same query params, or via POST from this page's form.
  3. Step 3 — /booking/{sessionId}/confirmation: receipt page.

Shortcut:

  • &autoSubmit=1: add to a step-1 URL with all required fields and the server 303-redirects to step 2 (/pay) with everything pre-filled. Equivalent to constructing the /pay?… URL directly — just a different URL shape some agents prefer.