CR Bee Docs
Shortcodes

[cr_bee_confirmation]

Booking reference and next steps after successful booking

Renders the booking confirmation page shown after a successful booking or Stripe payment redirect.

Usage

[cr_bee_confirmation]

URL Parameters

ParameterRequiredDescription
refYesBooking reference (e.g., REN-2026-00001)

What It Renders

  • Success message
  • Booking reference number (prominently displayed)
  • Summary of the booking:
    • Vehicle name
    • Rental dates and times
    • Pickup and dropoff locations
    • Total amount
  • Next steps information
  • Link to Manage Booking page (if enabled)

API Calls

EndpointCache TTLPurpose
GET /settings5 minLabels and configuration

The booking details are passed via URL parameters — no additional API call is made to fetch booking data.

Session Cleanup

After reaching the confirmation page, the session cookie (crbc_session) is cleared. The customer's booking flow is complete.

On this page