Skip to main content
POST
Validate Fare & Lock Price
Fare validation performs a live check with the airline provider (GDS/NDC) and creates a guaranteed price lock for 15 minutes. Upon successful validation, you will receive a fare_token, which is required for creating a booking and exploring ancillaries like seats and meals.

Authorizations

X-API-Key
string
header
required

Headers

X-Request-ID
string

Unique correlation ID for tracing.

Body

application/json
search_id
string
required
signature
string
required
pax
object

Response

200 - application/json

Price lock created for 15 minutes.

fare_token
string
status
enum<string>
Available options:
VALID,
PRICE_CHANGED,
SOLD_OUT,
FARE_EXPIRED,
PROVIDER_ERROR
offer
object