---
title: "Issue Ticket (PNR)"
method: POST
path: "/pms/api/external/request/flights/ticket/"
tags: ["Flights"]
---

# Issue Ticket (PNR)

`POST /pms/api/external/request/flights/ticket/`

Issue the airline e-ticket for a confirmed booking. Call after collecting payment. Returns the PNR and e-ticket numbers.

## Headers

- `api-key` string, required
- `api-secret` string, required
- `Content-Type` 'application/json', required

## Request body

- FlightTicketRequest
  - `BookingId` string, required — The bookingId from the Book a Flight response

## Response `200`

Ticket issued successfully

- FlightTicketResponse
  - `status` boolean
  - `message` string
  - `data` object
    - `PNR` string — Airline PNR code
    - `ticketNumbers` string[]
    - `bookingId` string
    - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — flight booking access not enabled for this business
- `422` — Validation error
- `502` — Flight service temporarily unavailable

---

[API](https://skmtc.net/payvessel/apis/payvessel-value-added-services-api.md) · [All operations](https://skmtc.net/payvessel/apis/payvessel-value-added-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payvessel/payvessel-value-added-services-api/revisions/31040a9358ef/schema)
