Skip to main content
POST
Confirm Checkout Session

Authorizations

Authorization
string
header
required

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

Path Parameters

checkoutSessionId
string<uuid>
required

Checkout session identifier.

Query Parameters

fields
string

Comma-separated list of fields to include in the response. Supports dot notation.

Response

OK

Confirmation result for a checkout session.

checkoutId
string<uuid>
required

Checkout created by the confirmation.

orderIds
string<uuid>[]
required

Orders created by the checkout.

ticketIds
string<uuid>[]
required

Tickets issued by the checkout.

checkoutSession
object
required

Checkout session linked by the customer app through a QR token.

paymentId
string<uuid> | null
required

Payment created for a CASH session; null when no external or cash payment is required.

cashSettlementId
string<uuid> | null
required

Automatically submitted cash settlement for a CASH session.