Mark a booking paid
POST/v1/bookings/:id/mark-paid
Record that a booking settled outside Stripe (cash, invoice, transfer) has been paid. Requires the write:bookings scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 502
The updated booking.
validation_error
invalid_api_key
insufficient_scope
not_found
The booking is not in a state that allows this action.
booking_failed