Skip to main content
POST
Validate Fare & Lock Price
Before you can book, you must lock the price. We’ve removed the bloated schema definitions from this view so you can focus solely on executing the step.

Request Setup

string
required
Paste the search_id from Step 1.
string
required
Paste the signature from Step 1.
object
required

Instructions

  1. Paste the search_id and signature you copied from Step 1 into the fields above (or directly in the JSON on the right).
  2. Hit the Send button.
Requirement: The provider has now locked this price for 15 minutes. Copy the fare_token from the response. You will need it to create the booking.

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