36be0dca14e7
Create a Checkout
Request body
The type of the checkout.
The ID of the event to create the checkout item for.
An array of coupon codes to apply to the checkout item.
An array of voucher codes to be redeemed through the checkout.
The ID of the secret shop to create the checkout item for.
The reservation token of the selected seats.
The ID of the channel to create the checkout item for.
The ID of the sales channel to create the checkout item for.
The preferred language of the package checkout
Custom key-value data. Metadata is useful for storing additional, structured information on an object.
Response
OK
The ID of the checkout.
The secret token of the checkout.
The status of the checkout.
The type of the checkout.
The company name of the checkout's customer.
The first name of the checkout's customer.
The last name of the checkout's customer.
The full name of the checkout's customer.
The email of the checkout's customer.
The phone number of the checkout's customer.
The ID of the customer.
The ID of the seller of the checkout.
The calculated real price of the checkout.
An ISO 4217 3-character code of the currency.
The prefered language of the checkout.
The origin of the checkout.
The channel of the checkout.
The ID of the sales channel of the checkout.
The ID of the POS which created the checkout.
The ID of the user who created the checkout.
An object containing key-value information.
An ISO Timestamp indicating when the checkout will expire.
An ISO timestamp indicating when the checkout was created.
An ISO timestamp indicating when the checkout was last updated.
Example response
{
"type": "transaction"
}