Skip to main content

CreateTicketRequest

ticket objectrequired
customer_emailstringrequired

Email address for the ticket holder.

name_on_ticketstringrequired

Name shown on the ticket.

financial_statusFinancialStatus

Financial status to apply when the ticket is created.

Possible values: [paid, unpaid, partially_refunded, refunded, comp]

includesstring[]required

Bundles and items to include with the ticket.

ticket_creation_keystring

Optional idempotency key for the creation request.

CreateTicketRequest
{
"ticket": {
"customer_email": "string",
"name_on_ticket": "string",
"financial_status": "paid",
"includes": [
"string"
],
"ticket_creation_key": "string"
}
}