Beladed Bookings guide
Accept Place bookings
BusinessStreamerPersonalserverweb
Compose a public Place with authenticated reservation and checkout workflows.
Prerequisites
- A published Place
- Available booking inventory
- A configured merchant when payment is required
Implementation
- 1
Publish the Place
Complete the owner Place record and verify public discovery.
- 2
Reserve through the authenticated product flow
Use current availability and preserve the booking identifier.
- 3
Verify changes
Read back cancellation or rescheduling before updating the customer view.
Related API operations
Production checklist
- Use production credentials only with api.beladed.com.
- Keep secret credentials on a trusted server.
- Verify account ownership, permissions, origins, and webhook signatures.
- Handle idempotency, timeouts, retries, and duplicate events.
- Log request IDs without logging credentials or sensitive payloads.
Mark this page