---
title: "Select a Flight"
method: POST
path: "/pms/api/external/request/flights/select/"
tags: ["Flights"]
---

# Select a Flight

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

Select a specific flight option and get confirmed, up-to-date pricing. Always call this before booking — fares can change between search and booking.

## Headers

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

## Request body

- FlightSelectRequest
  - `flightKey` string, required — The flight key from Search Flights response

## Response `200`

Flight selected successfully

- FlightSelectResponse
  - `status` boolean
  - `message` string
  - `data` object

## 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)
