---
title: "New issued ticket"
method: POST
path: "newIssuedTicket"
tags: ["Issued tickets"]
---

# New issued ticket

`POST newIssuedTicket` (webhook)

ISSUED_TICKET.CREATED webhook triggered when new issued ticket is created.

## Payload

- object
  - `id` string — A unique identifier for the webhook history
  - `created_at` string — Datetime of the webhook request
  - `event` string — Webhook subscription event
  - `resource_url` string — API link to the issued ticket
  - `payload` IssuedTicket
    - `object` string, required
    - `id` string, required — A unique identifier for the issued ticket
    - `add_on_id` string, nullable — A unique identifier for the associated product
    - `barcode` string, required — Barcode text value
    - `barcode_url` string, required — URL to barcode image
    - `checked_in` string, required — Returns whether or not issued ticket is checked in
    - `created_at` integer, required — Timestamp when issued ticket was created
    - `custom_questions` object[], required — Buyer provided answers to custom questions in checkout
      - `question` string
      - `answer` string, nullable
    - `description` string, required
    - `email` string, nullable, required — The order email address
    - `event_id` string, required — ID of the event issued ticket belongs to
    - `event_series_id` string, required — ID of the event series the issued ticket belongs to
    - `group_ticket_barcode` string, nullable, required — Barcode for group ticket, if it is part of one
    - `reference` string, nullable, required — An external reference for imported tickets (via the API or Dashboard)
    - `full_name` string, nullable, required — Full name of attendee
    - `first_name` string, nullable, required — First name of attendee
    - `last_name` string, nullable, required — Last name of attendee
    - `listed_currency` object, nullable — List currency of the ticket type at the time of purchase
      - `base_multiplier` integer
      - `code` 'gbp' | 'usd' | 'eur' | 'sgd' | 'aud' | 'brl' | 'cad' | 'czk' | 'dkk' | 'hkd' | 'huf' | 'ils' | 'jpy' | 'myr' | 'mxn' | 'nok' | 'nzd' | 'php' | 'pln' | 'rub' | 'sek' | 'chf' | 'twd' | 'thb' | 'try'
    - `listed_price` integer, nullable — List price of the ticket type at the time of purchase
    - `reservation` string, nullable, required — Reservation from seating chart where applicable
    - `status` 'valid' | 'voided', required
    - `source` 'api' | 'dashboard_import', nullable, required
    - `ticket_type_id` string, nullable, required — ID of the ticket type
    - `updated_at` integer, required — Timestamp when issued ticket was last updated
    - `voided_at` integer, nullable, required — Timestamp when issued ticket was voided
    - `order_id` string, nullable, required — A unique identifier for the order
    - `qr_code_url` string, required — URL to QR code image

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
