Propose a Green Gooding booking via Stripe Checkout
propose_bookingRe-validate availability + price for a rental and create a Stripe Checkout URL the user (or the agent itself, if it can pay) can complete to book the product end-to-end. No booking is created until the Stripe payment completes. Use get_quote instead when the human needs to confirm identity / enter delivery details on the web app first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | ISO 8601 end datetime, must be after start_date | |
| start_date | Yes | ISO 8601 start datetime | |
| coupon_code | No | Optional platform-wide coupon code | |
| product_slug | Yes | Product slug from search_products / get_product_details | |
| contact_email | Yes | Email of the human who will receive the booking confirmation | |
| delivery_option_id | No | Optional delivery zone id from get_pickup_zones. Omit for pickup at default location. |