Skip to content

acceptBookingOffer

acceptBookingOffer(booking: ID!): CheckoutResult!

Accept an offered place. Re-enters checkout for the amount owed, so the result carries a CheckoutSession exactly as checkout does; the existing waitlisted booking is confirmed rather than a second one inserted.

Arguments

bookingID!

Returns

CheckoutResult!

See CheckoutResult for the full shape.

Try it

Authentication
Example
Query
mutation AcceptBookingOffer($booking: ID!) {
  acceptBookingOffer(booking: $booking) {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql