Skip to main content
PATCH
Update a booking's payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

booking_id
integer<int64>
required

Body

application/json

The new payment status.

is_paid
boolean
required
Example:

true

Response

Booking status updated successfully. Returns the full, updated booking object

booking_id
integer<int64>
required
user_id
string<uuid>
required
event_id
integer<int64>
required
seat_id
integer<int64>
required
is_paid
boolean
required

Indicates whether the booking has been paid for. false for initial reservation

created_at
string<date-time>
required
updated_at
string<date-time>
required