create_booking
Book Wanaka Haus: atomically holds the dates for 30 minutes and returns a Stripe Checkout URL. The booking confirms only when payment completes on that URL — give it to your user to pay (or pay with an agent wallet's one-time card). No account or API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| guests | Yes | ||
| check_in | Yes | YYYY-MM-DD | |
| check_out | Yes | YYYY-MM-DD | |
| guest_name | Yes | The guest's full name | |
| guest_email | Yes | The guest's real email — confirmation and door code go here, and it is required to cancel |