Create booking draft and pay link
create_booking_draftHold a specific slot and return a single-use pay link to hand the customer. Call check_availability first and use one of its times. Collect the customer's name, phone, and email first. The price is server-set; you cannot set an amount. Payment and consent stay with the customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| Yes | |||
| phone | Yes | with country code, e.g. +91 98xxxxxxxx | |
| plan_code | Yes | ||
| slot_date | Yes | YYYY-MM-DD from check_availability | |
| slot_time | Yes | HH:MM 24h IST from check_availability | |
| session_type | Yes |