Skip to main content
Create a test booking in the sandbox environment. This simulates confirming a venue booking after accepting a bid.

Request Body

number
required
The event ID for this booking
number
required
The accepted bid ID to convert into a booking
number
required
Deposit amount paid
number
required
Total booking amount
array
Array of payment milestones with amounts and due dates
string
Initial booking status (default: “confirmed”)
string
ISO 8601 date when contract was signed
string
ISO 8601 date for penalty-free cancellation

Response Format

Example Request

Booking Status Values

  • confirmed - Booking is confirmed with deposit paid
  • pending - Booking awaiting deposit or contract
  • cancelled - Booking was cancelled
  • completed - Event has taken place