---
title: "GET /api/distribution/checkout/{id}"
method: GET
path: "/api/distribution/checkout/{id}"
tags: ["api", "distribution-api"]
---

# GET /api/distribution/checkout/{id}

`GET /api/distribution/checkout/{id}`

Get a checkout.

## Path parameters

- `id` string, required — The checkout to fetch

## Query parameters

- `distributorId` string, required — The distributor to fetch the checkout for

## Response `200`

OK

- DistributionCheckoutResource
  - `checkoutId` string, required — The ID of the checkout
  - `transactionId` string — The ID of the transaction
  - `status` 'NEW' | 'ABORTED' | 'COMPLETE', required — The status of the checkout
  - `distributorId` string, required — The ID of the distributor
  - `expiresAt` string, date-time — The ISO timestamp when the checkout expires
  - `externalReferenceId` string — The external reference id for the checkout
  - `tickets` object[] — The created tickets in the checkout when the checkout is completed
    - `ticketId` string, required — The ID of the ticket
    - `offerId` string, required — The ID of the ticket's offer
    - `barcode` string, required — The barcode of the ticket
    - `url` string, required — The URL of the ticket
    - `eventId` string, required — The ID of the ticket's event
    - `availabilityId` string, required — The ID of the ticket's availability
    - `timeSlotId` string — The ID of the ticket's time slot
    - `seatingInfo` union — The seating info of the ticket
      - object
        - `type` 'Seats', required
        - `gate` string — The gate for the seat
        - `name` string — The name of the section if the ticket is for a GeneralAdmission section
        - `seatId` string, required
        - `sectionName` string, required — The section name for the seat
        - `rowName` string, required — The row name for the seat
        - `seatName` string, required — The seat name for the seat
      - object
        - `gate` string — The gate for the seat
        - `name` string — The name of the section if the ticket is for a GeneralAdmission section
        - `seatId` string
        - `type` 'GeneralAdmission', required — The type of the seating group this seat belongs to

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
