get_vip_booking_status
Retrieve VIP booking status for a nightlife venue. Input your booking request ID and matching customer email or phone to get the current status.
Instructions
Fetch VIP booking status from the venue booking workflow. Requires booking request ID and matching customer email or phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_request_id | Yes | ||
| customer_email | No | ||
| customer_phone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| booking_request_id | Yes | ||
| status | Yes | ||
| last_updated_at | Yes | ||
| status_message | Yes | ||
| latest_note | Yes | ||
| history | Yes | ||
| deposit_status | Yes | ||
| deposit_amount_jpy | Yes | ||
| deposit_payment_url | Yes |