booking:create
booking family
Hold a slot for a customer; returns a ref and a payment intent when price > 0
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Cost
- variable
- What one call costs, so you can budget before acting.
- Reversible
- no
- This cannot be undone. Dry-run it first where the contract allows.
- Settles
- offchain
- Moves real value off chain — a balance changes.
- Idempotent
- yes
- Safe to retry as-is.
- Simulatable
- yes
- Accepts { simulate: true } — projects an outcome and commits nothing.